#571A14

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

Shades of Red Oxide #571A14

Tints of Red Oxide #571A14

Color information

#571A14 (or 0x571A14) is unknown color: approx Red Oxide. HEX triplet: 57, 1A and 14. RGB value is (87,26,20). Sum of RGB (Red+Green+Blue) = 87+26+20=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #571A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A14 is #A8E5EB. Grayscale: #2B2B2B. Windows color (decimal): -11068908 or 1317463. OLE color: 1317463.

HSL color Cylindrical-coordinate representation of color #571A14: hue angle of 5.37º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571A14 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB872620-
CMYK00.700.770.66
HSL5.37º62.62%20.98%-
HSV(B)5.37º77.01%34.12%-
XYZ4.432.820.97-
YUV43.56114.71158.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=65.41%
G=19.55%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87262000.700.770.665.3762.6220.98
Hex571A140464D4253f15
Octal1273224010611510257725
Binary10101111101010100010001101001101100001010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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