#551008

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

Shades of Red Oxide #551008

Tints of Red Oxide #551008

Color information

#551008 (or 0x551008) is unknown color: approx Red Oxide. HEX triplet: 55, 10 and 08. RGB value is (85,16,8). Sum of RGB (Red+Green+Blue) = 85+16+8=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551008 is #AAEFF7. Grayscale: #232323. Windows color (decimal): -11202552 or 528469. OLE color: 528469.

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

Color convert

RGB85168-
CMYK00.810.910.67
HSL6.23º82.8%18.24%-
HSV(B)6.23º90.59%33.33%-
XYZ3.982.320.47-
YUV35.72112.36163.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.98%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=77.98%
G=14.68%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8516800.810.910.676.2382.818.24
Hex551080515B4365312
Octal12520100121133103612322
Binary10101011000010000101000110110111000011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551008; }

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

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

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

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

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

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

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

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