#571510

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

Shades of Red Oxide #571510

Tints of Red Oxide #571510

Color information

#571510 (or 0x571510) is unknown color: approx Red Oxide. HEX triplet: 57, 15 and 10. RGB value is (87,21,16). Sum of RGB (Red+Green+Blue) = 87+21+16=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #571510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571510 is #A8EAEF. Grayscale: #282828. Windows color (decimal): -11070192 or 1054039. OLE color: 1054039.

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

Color convert

RGB872116-
CMYK00.760.820.66
HSL4.23º68.93%20.2%-
HSV(B)4.23º81.61%34.12%-
XYZ4.292.60.77-
YUV40.16114.37161.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.16%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=70.16%
G=16.94%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87211600.760.820.664.2368.9320.2
Hex57151004C524244514
Octal12725200114122102410524
Binary101011110101100000100110010100101000010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571510; }

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

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

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

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

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

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

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

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