#571614

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

Shades of Red Oxide #571614

Tints of Red Oxide #571614

Color information

#571614 (or 0x571614) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 14. RGB value is (87,22,20). Sum of RGB (Red+Green+Blue) = 87+22+20=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571614 is #A8E9EB. Grayscale: #292929. Windows color (decimal): -11069932 or 1316439. OLE color: 1316439.

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

Color convert

RGB872220-
CMYK00.750.770.66
HSL1.79º62.62%20.98%-
HSV(B)1.79º77.01%34.12%-
XYZ4.342.650.94-
YUV41.21116.03160.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=67.44%
G=17.05%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87222000.750.770.661.7962.6220.98
Hex57161404B4D4223f15
Octal1272624011311510227725
Binary1010111101101010001001011100110110000101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571614; }

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

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

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

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

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

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

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

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