#550E08

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

Shades of Red Oxide #550E08

Tints of Red Oxide #550E08

Color information

#550E08 (or 0x550E08) is unknown color: approx Red Oxide. HEX triplet: 55, 0E and 08. RGB value is (85,14,8). Sum of RGB (Red+Green+Blue) = 85+14+8=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550E08 is #AAF1F7. Grayscale: #222222. Windows color (decimal): -11203064 or 527957. OLE color: 527957.

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

Color convert

RGB85148-
CMYK00.840.910.67
HSL4.68º82.8%18.24%-
HSV(B)4.68º90.59%33.33%-
XYZ3.952.260.46-
YUV34.54113.02163.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 79.44%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=79.44%
G=13.08%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8514800.840.910.674.6882.818.24
Hex55E80545B4355312
Octal12516100124133103512322
Binary1010101111010000101010010110111000011101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550E08; }

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

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

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

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

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

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

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

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