#D16D5B

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

Shades of Japonica #D16D5B

Tints of Japonica #D16D5B

Color information

#D16D5B (or 0xD16D5B) is unknown color: approx Japonica. HEX triplet: D1, 6D and 5B. RGB value is (209,109,91). Sum of RGB (Red+Green+Blue) = 209+109+91=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D5B is #2E92A4. Grayscale: #898989. Windows color (decimal): -3052197 or 5991889. OLE color: 5991889.

HSL color Cylindrical-coordinate representation of color #D16D5B: hue angle of 9.15º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16D5B is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20910991-
CMYK00.480.560.18
HSL9.15º56.19%58.82%-
HSV(B)9.15º56.46%81.96%-
XYZ33.6525.2513-
YUV136.85102.13179.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=51.10%
G=26.65%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091099100.480.560.189.1556.1958.82
HexD16D5B03038129383b
Octal3211551330607022117073
Binary11010001110110110110110110000111000100101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16D5B; }

 p { color: rgb(209,109,91); }

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

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

 a { background-color: rgb(209,109,91); }

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

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

 span { border-color: rgb(209,109,91); }

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