#571615

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

Shades of Red Oxide #571615

Tints of Red Oxide #571615

Color information

#571615 (or 0x571615) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 15. RGB value is (87,22,21). Sum of RGB (Red+Green+Blue) = 87+22+21=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571615 is #A8E9EA. Grayscale: #292929. Windows color (decimal): -11069931 or 1381975. OLE color: 1381975.

HSL color Cylindrical-coordinate representation of color #571615: hue angle of 0.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571615 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB872221-
CMYK00.750.760.66
HSL0.91º61.11%21.18%-
HSV(B)0.91º75.86%34.12%-
XYZ4.352.650.99-
YUV41.32116.53160.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=66.92%
G=16.92%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87222100.750.760.660.9161.1121.18
Hex57161504B4C4213d15
Octal1272625011311410217525
Binary101011110110101010100101110011001000010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571615; }

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

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

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

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

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

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

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

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