#d16552

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

Shades of Sunglo #D16552

Tints of Sunglo #D16552

Color information

#D16552 (or 0xD16552) is unknown color: approx Sunglo. HEX triplet: D1, 65 and 52. RGB value is (209,101,82). Sum of RGB (Red+Green+Blue) = 209+101+82=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D16552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16552 is #2E9AAD. Grayscale: #838383. Windows color (decimal): -3054254 or 5400017. OLE color: 5400017.

HSL color Cylindrical-coordinate representation of color #D16552: hue angle of 8.98º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D16552 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB20910182-
CMYK00.520.610.18
HSL8.98º57.99%57.06%-
HSV(B)8.98º60.77%81.96%-
XYZ32.4723.4710.8-
YUV131.13100.28183.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.32%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 82 (32.42% from 255) = 20.92%
R=53.32%
G=25.77%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091018200.520.610.188.9857.9957.06
HexD165520343D1293a39
Octal3211451220647522117271
Binary11010001110010110100100110100111101100101001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16552; }

 p { color: rgb(209,101,82); }

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

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

 a { background-color: rgb(209,101,82); }

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

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

 span { border-color: rgb(209,101,82); }

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