#551612

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

Shades of Red Oxide #551612

Tints of Red Oxide #551612

Color information

#551612 (or 0x551612) is unknown color: approx Red Oxide. HEX triplet: 55, 16 and 12. RGB value is (85,22,18). Sum of RGB (Red+Green+Blue) = 85+22+18=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551612 is #AAE9ED. Grayscale: #282828. Windows color (decimal): -11201006 or 1185365. OLE color: 1185365.

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

Color convert

RGB852218-
CMYK00.740.790.67
HSL3.58º65.05%20.2%-
HSV(B)3.58º78.82%33.33%-
XYZ4.142.550.85-
YUV40.38115.37159.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=68%
G=17.6%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85221800.740.790.673.5865.0520.2
Hex55161204A4F4344114
Octal12526220112117103410124
Binary101010110110100100100101010011111000011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551612; }

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

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

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

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

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

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

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

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