#571101

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

Shades of Red Oxide #571101

Tints of Red Oxide #571101

Color information

#571101 (or 0x571101) is unknown color: approx Red Oxide. HEX triplet: 57, 11 and 01. RGB value is (87,17,1). Sum of RGB (Red+Green+Blue) = 87+17+1=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #571101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571101 is #A8EEFE. Grayscale: #242424. Windows color (decimal): -11071231 or 69975. OLE color: 69975.

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

Color convert

RGB87171-
CMYK00.800.990.66
HSL11.16º97.73%17.25%-
HSV(B)11.16º98.85%34.12%-
XYZ4.142.430.28-
YUV36.11108.19164.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.86%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=82.86%
G=16.19%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8717100.800.990.6611.1697.7317.25
Hex571110506342b6211
Octal12721101201431021314221
Binary101011110001101010000110001110000101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571101; }

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

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

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

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

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

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

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

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