#571C15

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

Shades of Red Oxide #571C15

Tints of Red Oxide #571C15

Color information

#571C15 (or 0x571C15) is unknown color: approx Red Oxide. HEX triplet: 57, 1C and 15. RGB value is (87,28,21). Sum of RGB (Red+Green+Blue) = 87+28+21=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #571C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C15 is #A8E3EA. Grayscale: #2C2C2C. Windows color (decimal): -11068395 or 1383511. OLE color: 1383511.

HSL color Cylindrical-coordinate representation of color #571C15: hue angle of 6.36º 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 #571C15 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB872821-
CMYK00.680.760.66
HSL6.36º61.11%21.18%-
HSV(B)6.36º75.86%34.12%-
XYZ4.482.911.04-
YUV44.84114.55158.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 28 (11.33% from 255) = 20.59%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=63.97%
G=20.59%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87282100.680.760.666.3661.1121.18
Hex571C150444C4263d15
Octal1273425010411410267525
Binary10101111110010101010001001001100100001011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571C15; }

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

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

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

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

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

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

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

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