#551812

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

Shades of Red Oxide #551812

Tints of Red Oxide #551812

Color information

#551812 (or 0x551812) is unknown color: approx Red Oxide. HEX triplet: 55, 18 and 12. RGB value is (85,24,18). Sum of RGB (Red+Green+Blue) = 85+24+18=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551812 is #AAE7ED. Grayscale: #292929. Windows color (decimal): -11200494 or 1185877. OLE color: 1185877.

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

Color convert

RGB852418-
CMYK00.720.790.67
HSL5.37º65.05%20.2%-
HSV(B)5.37º78.82%33.33%-
XYZ4.182.630.86-
YUV41.56114.71158.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=66.93%
G=18.90%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85241800.720.790.675.3765.0520.2
Hex5518120484F4354114
Octal12530220110117103510124
Binary101010111000100100100100010011111000011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551812; }

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

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

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

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

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

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

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

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