#551408

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

Shades of Red Oxide #551408

Tints of Red Oxide #551408

Color information

#551408 (or 0x551408) is unknown color: approx Red Oxide. HEX triplet: 55, 14 and 08. RGB value is (85,20,8). Sum of RGB (Red+Green+Blue) = 85+20+8=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551408 is #AAEBF7. Grayscale: #262626. Windows color (decimal): -11201528 or 529493. OLE color: 529493.

HSL color Cylindrical-coordinate representation of color #551408: hue angle of 9.35º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #551408 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85208-
CMYK00.760.910.67
HSL9.35º82.8%18.24%-
HSV(B)9.35º90.59%33.33%-
XYZ4.042.450.49-
YUV38.07111.03161.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.22%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=75.22%
G=17.70%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8520800.760.910.679.3582.818.24
Hex5514804C5B4395312
Octal125241001141331031112322
Binary101010110100100001001100101101110000111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551408; }

 p { color: rgb(85,20,8); }

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

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

 a { background-color: rgb(85,20,8); }

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

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

 span { border-color: rgb(85,20,8); }

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