#571816

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

Shades of Red Oxide #571816

Tints of Red Oxide #571816

Color information

#571816 (or 0x571816) is unknown color: approx Red Oxide. HEX triplet: 57, 18 and 16. RGB value is (87,24,22). Sum of RGB (Red+Green+Blue) = 87+24+22=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #571816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571816 is #A8E7E9. Grayscale: #2A2A2A. Windows color (decimal): -11069418 or 1448023. OLE color: 1448023.

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

Color convert

RGB872422-
CMYK00.720.750.66
HSL1.85º59.63%21.37%-
HSV(B)1.85º74.71%34.12%-
XYZ4.42.741.06-
YUV42.61116.37159.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=65.41%
G=18.05%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87242200.720.750.661.8559.6321.37
Hex5718160484B4223c15
Octal1273026011011310227425
Binary1010111110001011001001000100101110000101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571816; }

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

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

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

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

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

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

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

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