#550604

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

Shades of Red Oxide #550604

Tints of Red Oxide #550604

Color information

#550604 (or 0x550604) is unknown color: approx Red Oxide. HEX triplet: 55, 06 and 04. RGB value is (85,6,4). Sum of RGB (Red+Green+Blue) = 85+6+4=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #550604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550604 is #AAF9FB. Grayscale: #1D1D1D. Windows color (decimal): -11205116 or 263765. OLE color: 263765.

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

Color convert

RGB8564-
CMYK00.930.950.67
HSL1.48º91.01%17.45%-
HSV(B)1.48º95.29%33.33%-
XYZ3.832.070.31-
YUV29.39113.67167.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 89.47%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=89.47%
G=6.32%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal856400.930.950.671.4891.0117.45
Hex556405D5F4315b11
Octal125640135137103113321
Binary101010111010001011101101111110000111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550604; }

 p { color: rgb(85,6,4); }

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

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

 a { background-color: rgb(85,6,4); }

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

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

 span { border-color: rgb(85,6,4); }

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