#571000

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

Shades of Red Oxide #571000

Tints of Red Oxide #571000

Color information

#571000 (or 0x571000) is unknown color: approx Red Oxide. HEX triplet: 57, 10 and 00. RGB value is (87,16,0). Sum of RGB (Red+Green+Blue) = 87+16+0=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #571000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571000 is #A8EFFF. Grayscale: #232323. Windows color (decimal): -11071488 or 4183. OLE color: 4183.

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

Color convert

RGB87160-
CMYK00.8210.66
HSL11.03º100%17.06%-
HSV(B)11.03º100%34.12%-
XYZ4.122.40.25-
YUV35.4108.02164.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 84.47%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.47%
G=15.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8716000.8210.6611.0310017.06
Hex571000526442b6411
Octal12720001221441021314421
Binary101011110000001010010110010010000101011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571000; }

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

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

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

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

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

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

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

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