#551200

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

Shades of Red Oxide #551200

Tints of Red Oxide #551200

Color information

#551200 (or 0x551200) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 00. RGB value is (85,18,0). Sum of RGB (Red+Green+Blue) = 85+18+0=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #551200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551200 is #AAEDFF. Grayscale: #242424. Windows color (decimal): -11202048 or 4693. OLE color: 4693.

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

Color convert

RGB85180-
CMYK00.7910.67
HSL12.71º100%16.67%-
HSV(B)12.71º100%33.33%-
XYZ3.962.360.25-
YUV35.98107.7162.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 82.52%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.52%
G=17.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8518000.7910.6712.7110016.67
Hex5512004F6443d6411
Octal12522001171441031514421
Binary101010110010001001111110010010000111101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551200; }

 p { color: rgb(85,18,0); }

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

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

 a { background-color: rgb(85,18,0); }

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

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

 span { border-color: rgb(85,18,0); }

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