#551604

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

Shades of Red Oxide #551604

Tints of Red Oxide #551604

Color information

#551604 (or 0x551604) is unknown color: approx Red Oxide. HEX triplet: 55, 16 and 04. RGB value is (85,22,4). Sum of RGB (Red+Green+Blue) = 85+22+4=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #551604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551604 is #AAE9FB. Grayscale: #262626. Windows color (decimal): -11201020 or 267861. OLE color: 267861.

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

Color convert

RGB85224-
CMYK00.740.950.67
HSL13.33º91.01%17.45%-
HSV(B)13.33º95.29%33.33%-
XYZ4.062.510.39-
YUV38.79108.37160.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=76.58%
G=19.82%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8522400.740.950.6713.3391.0117.45
Hex5516404A5F43d5b11
Octal12526401121371031513321
Binary10101011011010001001010101111110000111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551604; }

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

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

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

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

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

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

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

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