#571103

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

Shades of Red Oxide #571103

Tints of Red Oxide #571103

Color information

#571103 (or 0x571103) is unknown color: approx Red Oxide. HEX triplet: 57, 11 and 03. RGB value is (87,17,3). Sum of RGB (Red+Green+Blue) = 87+17+3=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #571103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571103 is #A8EEFC. Grayscale: #242424. Windows color (decimal): -11071229 or 201047. OLE color: 201047.

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

Color convert

RGB87173-
CMYK00.800.970.66
HSL10º93.33%17.65%-
HSV(B)10º96.55%34.12%-
XYZ4.152.430.34-
YUV36.33109.19164.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 81.31%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=81.31%
G=15.89%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8717300.800.970.661093.3317.65
Hex571130506142a5d12
Octal12721301201411021213522
Binary1010111100011101010000110000110000101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571103; }

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

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

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

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

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

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

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

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