#551004

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

Shades of Red Oxide #551004

Tints of Red Oxide #551004

Color information

#551004 (or 0x551004) is unknown color: approx Red Oxide. HEX triplet: 55, 10 and 04. RGB value is (85,16,4). Sum of RGB (Red+Green+Blue) = 85+16+4=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #551004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551004 is #AAEFFB. Grayscale: #232323. Windows color (decimal): -11202556 or 266325. OLE color: 266325.

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

Color convert

RGB85164-
CMYK00.810.950.67
HSL8.89º91.01%17.45%-
HSV(B)8.89º95.29%33.33%-
XYZ3.952.310.35-
YUV35.26110.36163.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 4 (1.95% from 255) = 3.81%
R=80.95%
G=15.24%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8516400.810.950.678.8991.0117.45
Hex551040515F4395b11
Octal12520401211371031113321
Binary10101011000010001010001101111110000111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551004; }

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

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

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

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

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

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

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

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