#551813

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

Shades of Red Oxide #551813

Tints of Red Oxide #551813

Color information

#551813 (or 0x551813) is unknown color: approx Red Oxide. HEX triplet: 55, 18 and 13. RGB value is (85,24,19). Sum of RGB (Red+Green+Blue) = 85+24+19=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551813 is #AAE7EC. Grayscale: #292929. Windows color (decimal): -11200493 or 1251413. OLE color: 1251413.

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

Color convert

RGB852419-
CMYK00.720.780.67
HSL4.55º63.46%20.39%-
HSV(B)4.55º77.65%33.33%-
XYZ4.192.630.9-
YUV41.67115.21158.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.41%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=66.41%
G=18.75%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85241900.720.780.674.5563.4620.39
Hex5518130484E4353f14
Octal1253023011011610357724
Binary10101011100010011010010001001110100001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551813; }

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

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

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

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

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

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

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

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