#551304

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

Shades of Red Oxide #551304

Tints of Red Oxide #551304

Color information

#551304 (or 0x551304) is unknown color: approx Red Oxide. HEX triplet: 55, 13 and 04. RGB value is (85,19,4). Sum of RGB (Red+Green+Blue) = 85+19+4=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551304 is #AAECFB. Grayscale: #252525. Windows color (decimal): -11201788 or 267093. OLE color: 267093.

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

Color convert

RGB85194-
CMYK00.780.950.67
HSL11.11º91.01%17.45%-
HSV(B)11.11º95.29%33.33%-
XYZ42.410.37-
YUV37.02109.37162.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 4 (1.95% from 255) = 3.70%
R=78.70%
G=17.59%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8519400.780.950.6711.1191.0117.45
Hex5513404E5F43b5b11
Octal12523401161371031313321
Binary10101011001110001001110101111110000111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551304; }

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

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

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

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

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

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

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

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