#551808

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

Shades of Red Oxide #551808

Tints of Red Oxide #551808

Color information

#551808 (or 0x551808) is unknown color: approx Red Oxide. HEX triplet: 55, 18 and 08. RGB value is (85,24,8). Sum of RGB (Red+Green+Blue) = 85+24+8=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #551808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551808 is #AAE7F7. Grayscale: #282828. Windows color (decimal): -11200504 or 530517. OLE color: 530517.

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

Color convert

RGB85248-
CMYK00.720.910.67
HSL12.47º82.8%18.24%-
HSV(B)12.47º90.59%33.33%-
XYZ4.122.60.52-
YUV40.42109.71159.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=72.65%
G=20.51%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8524800.720.910.6712.4782.818.24
Hex551880485B43c5312
Octal125301001101331031412322
Binary101010111000100001001000101101110000111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551808; }

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

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

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

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

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

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

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

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