#551208

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

Shades of Red Oxide #551208

Tints of Red Oxide #551208

Color information

#551208 (or 0x551208) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 08. RGB value is (85,18,8). Sum of RGB (Red+Green+Blue) = 85+18+8=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #551208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551208 is #AAEDF7. Grayscale: #252525. Windows color (decimal): -11202040 or 528981. OLE color: 528981.

HSL color Cylindrical-coordinate representation of color #551208: hue angle of 7.79º 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 #551208 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85188-
CMYK00.790.910.67
HSL7.79º82.8%18.24%-
HSV(B)7.79º90.59%33.33%-
XYZ4.012.380.48-
YUV36.89111.7162.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=76.58%
G=16.22%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8518800.790.910.677.7982.818.24
Hex5512804F5B4385312
Octal125221001171331031012322
Binary101010110010100001001111101101110000111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551208; }

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

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

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

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

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

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

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

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