#571717

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

Shades of Red Oxide #571717

Tints of Red Oxide #571717

Color information

#571717 (or 0x571717) is unknown color: approx Red Oxide. HEX triplet: 57, 17 and 17. RGB value is (87,23,23). Sum of RGB (Red+Green+Blue) = 87+23+23=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #571717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571717 is #A8E8E8. Grayscale: #2A2A2A. Windows color (decimal): -11069673 or 1513303. OLE color: 1513303.

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

Color convert

RGB872323-
CMYK00.740.740.66
HSL58.18%21.57%-
HSV(B)73.56%34.12%-
XYZ4.392.71.1-
YUV42.14117.2160-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=65.41%
G=17.29%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87232300.740.740.66058.1821.57
Hex57171704A4A4203a16
Octal1272727011211210207226
Binary101011110111101110100101010010101000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571717; }

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

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

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

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

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

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

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

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