#551312

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

Shades of Red Oxide #551312

Tints of Red Oxide #551312

Color information

#551312 (or 0x551312) is unknown color: approx Red Oxide. HEX triplet: 55, 13 and 12. RGB value is (85,19,18). Sum of RGB (Red+Green+Blue) = 85+19+18=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551312 is #AAECED. Grayscale: #262626. Windows color (decimal): -11201774 or 1184597. OLE color: 1184597.

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

Color convert

RGB851918-
CMYK00.780.790.67
HSL0.9º65.05%20.2%-
HSV(B)0.9º78.82%33.33%-
XYZ4.092.440.83-
YUV38.62116.37161.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=69.67%
G=15.57%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85191800.780.790.670.965.0520.2
Hex55131204E4F4314114
Octal12523220116117103110124
Binary1010101100111001001001110100111110000111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551312; }

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

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

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

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

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

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

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

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