#571515

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

Shades of Red Oxide #571515

Tints of Red Oxide #571515

Color information

#571515 (or 0x571515) is unknown color: approx Red Oxide. HEX triplet: 57, 15 and 15. RGB value is (87,21,21). Sum of RGB (Red+Green+Blue) = 87+21+21=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571515 is #A8EAEA. Grayscale: #282828. Windows color (decimal): -11070187 or 1381719. OLE color: 1381719.

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

Color convert

RGB872121-
CMYK00.760.760.66
HSL61.11%21.18%-
HSV(B)75.86%34.12%-
XYZ4.332.620.99-
YUV40.73116.87161-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=67.44%
G=16.28%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87212100.760.760.66061.1121.18
Hex57151504C4C4203d15
Octal1272525011411410207525
Binary101011110101101010100110010011001000010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571515; }

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

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

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

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

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

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

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

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