#571100

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

Shades of Red Oxide #571100

Tints of Red Oxide #571100

Color information

#571100 (or 0x571100) is unknown color: approx Red Oxide. HEX triplet: 57, 11 and 00. RGB value is (87,17,0). Sum of RGB (Red+Green+Blue) = 87+17+0=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #571100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571100 is #A8EEFF. Grayscale: #242424. Windows color (decimal): -11071232 or 4439. OLE color: 4439.

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

Color convert

RGB87170-
CMYK00.8010.66
HSL11.72º100%17.06%-
HSV(B)11.72º100%34.12%-
XYZ4.132.430.25-
YUV35.99107.69164.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 83.65%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.65%
G=16.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8717000.8010.6611.7210017.06
Hex571100506442c6411
Octal12721001201441021414421
Binary101011110001001010000110010010000101100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571100; }

 p { color: rgb(87,17,0); }

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

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

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

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

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

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

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