#571815

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

Shades of Red Oxide #571815

Tints of Red Oxide #571815

Color information

#571815 (or 0x571815) is unknown color: approx Red Oxide. HEX triplet: 57, 18 and 15. RGB value is (87,24,21). Sum of RGB (Red+Green+Blue) = 87+24+21=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #571815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571815 is #A8E7EA. Grayscale: #2A2A2A. Windows color (decimal): -11069419 or 1382487. OLE color: 1382487.

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

Color convert

RGB872421-
CMYK00.720.760.66
HSL2.73º61.11%21.18%-
HSV(B)2.73º75.86%34.12%-
XYZ4.392.731.01-
YUV42.5115.87159.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=65.91%
G=18.18%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87242100.720.760.662.7361.1121.18
Hex5718150484C4233d15
Octal1273025011011410237525
Binary1010111110001010101001000100110010000101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571815; }

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

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

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

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

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

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

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

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