#571303

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

Shades of Red Oxide #571303

Tints of Red Oxide #571303

Color information

#571303 (or 0x571303) is unknown color: approx Red Oxide. HEX triplet: 57, 13 and 03. RGB value is (87,19,3). Sum of RGB (Red+Green+Blue) = 87+19+3=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #571303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571303 is #A8ECFC. Grayscale: #252525. Windows color (decimal): -11070717 or 201559. OLE color: 201559.

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

Color convert

RGB87193-
CMYK00.780.970.66
HSL11.43º93.33%17.65%-
HSV(B)11.43º96.55%34.12%-
XYZ4.182.50.35-
YUV37.51108.53163.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.82%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 3 (1.56% from 255) = 2.75%
R=79.82%
G=17.43%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8719300.780.970.6611.4393.3317.65
Hex5713304E6142b5d12
Octal12723301161411021313522
Binary1010111100111101001110110000110000101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571303; }

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

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

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

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

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

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

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

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