#571814

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

Shades of Red Oxide #571814

Tints of Red Oxide #571814

Color information

#571814 (or 0x571814) is unknown color: approx Red Oxide. HEX triplet: 57, 18 and 14. RGB value is (87,24,20). Sum of RGB (Red+Green+Blue) = 87+24+20=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #571814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571814 is #A8E7EB. Grayscale: #2A2A2A. Windows color (decimal): -11069420 or 1316951. OLE color: 1316951.

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

Color convert

RGB872420-
CMYK00.720.770.66
HSL3.58º62.62%20.98%-
HSV(B)3.58º77.01%34.12%-
XYZ4.382.730.96-
YUV42.38115.37159.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=66.41%
G=18.32%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87242000.720.770.663.5862.6220.98
Hex5718140484D4243f15
Octal1273024011011510247725
Binary10101111100010100010010001001101100001010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571814; }

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

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

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

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

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

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

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

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