#571F1A

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

Shades of Red Oxide #571F1A

Tints of Red Oxide #571F1A

Color information

#571F1A (or 0x571F1A) is unknown color: approx Red Oxide. HEX triplet: 57, 1F and 1A. RGB value is (87,31,26). Sum of RGB (Red+Green+Blue) = 87+31+26=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F1A is #A8E0E5. Grayscale: #2F2F2F. Windows color (decimal): -11067622 or 1711959. OLE color: 1711959.

HSL color Cylindrical-coordinate representation of color #571F1A: hue angle of 4.92º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571F1A is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB873126-
CMYK00.640.700.66
HSL4.92º53.98%22.16%-
HSV(B)4.92º70.11%34.12%-
XYZ4.613.081.33-
YUV47.17116.05156.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.42%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=60.42%
G=21.53%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87312600.640.700.664.9253.9822.16
Hex571F1A040464253616
Octal1273732010010610256626
Binary10101111111111010010000001000110100001010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571F1A; }

 p { color: rgb(87,31,26); }

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

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

 a { background-color: rgb(87,31,26); }

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

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

 span { border-color: rgb(87,31,26); }

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