#571818

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

Shades of Red Oxide #571818

Tints of Red Oxide #571818

Color information

#571818 (or 0x571818) is unknown color: approx Red Oxide. HEX triplet: 57, 18 and 18. RGB value is (87,24,24). Sum of RGB (Red+Green+Blue) = 87+24+24=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #571818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571818 is #A8E7E7. Grayscale: #2A2A2A. Windows color (decimal): -11069416 or 1579095. OLE color: 1579095.

HSL color Cylindrical-coordinate representation of color #571818: hue angle of 0º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571818 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB872424-
CMYK00.720.720.66
HSL56.76%21.76%-
HSV(B)72.41%34.12%-
XYZ4.422.751.16-
YUV42.84117.37159.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=64.44%
G=17.78%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87242400.720.720.66056.7621.76
Hex571818048484203916
Octal1273030011011010207126
Binary101011111000110000100100010010001000010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571818; }

 p { color: rgb(87,24,24); }

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

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

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

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

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

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

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