#571A0F

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

Shades of Red Oxide #571A0F

Tints of Red Oxide #571A0F

Color information

#571A0F (or 0x571A0F) is unknown color: approx Red Oxide. HEX triplet: 57, 1A and 0F. RGB value is (87,26,15). Sum of RGB (Red+Green+Blue) = 87+26+15=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #571A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A0F is #A8E5F0. Grayscale: #2B2B2B. Windows color (decimal): -11068913 or 989783. OLE color: 989783.

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

Color convert

RGB872615-
CMYK00.700.830.66
HSL9.17º70.59%20%-
HSV(B)9.17º82.76%34.12%-
XYZ4.392.80.76-
YUV42.98112.21159.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.97%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=67.97%
G=20.31%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87261500.700.830.669.1770.5920
Hex571AF046534294714
Octal127321701061231021110724
Binary101011111010111101000110101001110000101001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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