#D57361

Color #D57361 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D57361

Tints of Japonica #D57361

Color information

#D57361 (or 0xD57361) is unknown color: approx Japonica. HEX triplet: D5, 73 and 61. RGB value is (213,115,97). Sum of RGB (Red+Green+Blue) = 213+115+97=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D57361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57361 is #2A8C9E. Grayscale: #8E8E8E. Windows color (decimal): -2788511 or 6386645. OLE color: 6386645.

HSL color Cylindrical-coordinate representation of color #D57361: hue angle of 9.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D57361 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21311597-
CMYK00.460.540.16
HSL9.31º58%60.78%-
HSV(B)9.31º54.46%83.53%-
XYZ35.7327.2714.69-
YUV142.25102.47178.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=50.12%
G=27.06%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131159700.460.540.169.315860.78
HexD5736102E361093a3d
Octal3251631410566620117275
Binary11010101111001111000010101110110110100001001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57361; }

 p { color: rgb(213,115,97); }

 H1.HeaderClassName
 {
   color: #D57361;
 }
 .AnyTagClassName
 {
   color: #D57361;
 }
</style>
background-color css

<style>
 a { background-color: #D57361; }

 a { background-color: rgb(213,115,97); }

 div.DivClassName
 {
   background-color: #D57361;
 }
 .BgClassName
 {
   background-color: #D57361;
 }
</style>
border-color css

<style>
 span { border-color: #D57361; }

 span { border-color: rgb(213,115,97); }

 td.TdClassName
 {
   border-color: #D57361;
 }
 .TagClassName
 {
   border-color: #D57361;
 }
</style>