#571300

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

Shades of Red Oxide #571300

Tints of Red Oxide #571300

Color information

#571300 (or 0x571300) is unknown color: approx Red Oxide. HEX triplet: 57, 13 and 00. RGB value is (87,19,0). Sum of RGB (Red+Green+Blue) = 87+19+0=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #571300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571300 is #A8ECFF. Grayscale: #252525. Windows color (decimal): -11070720 or 4951. OLE color: 4951.

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

Color convert

RGB87190-
CMYK00.7810.66
HSL13.1º100%17.06%-
HSV(B)13.1º100%34.12%-
XYZ4.162.490.26-
YUV37.17107.03163.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.08%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.08%
G=17.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8719000.7810.6613.110017.06
Hex5713004E6442d6411
Octal12723001161441021514421
Binary101011110011001001110110010010000101101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571300; }

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

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

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

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

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

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

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

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