#571714

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

Shades of Red Oxide #571714

Tints of Red Oxide #571714

Color information

#571714 (or 0x571714) is unknown color: approx Red Oxide. HEX triplet: 57, 17 and 14. RGB value is (87,23,20). Sum of RGB (Red+Green+Blue) = 87+23+20=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571714 is #A8E8EB. Grayscale: #292929. Windows color (decimal): -11069676 or 1316695. OLE color: 1316695.

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

Color convert

RGB872320-
CMYK00.740.770.66
HSL2.69º62.62%20.98%-
HSV(B)2.69º77.01%34.12%-
XYZ4.362.690.95-
YUV41.79115.7160.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=66.92%
G=17.69%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87232000.740.770.662.6962.6220.98
Hex57171404A4D4233f15
Octal1272724011211510237725
Binary1010111101111010001001010100110110000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571714; }

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

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

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

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

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

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

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

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