#570E07

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

Shades of Red Oxide #570E07

Tints of Red Oxide #570E07

Color information

#570E07 (or 0x570E07) is unknown color: approx Red Oxide. HEX triplet: 57, 0E and 07. RGB value is (87,14,7). Sum of RGB (Red+Green+Blue) = 87+14+7=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E07 is #A8F1F8. Grayscale: #232323. Windows color (decimal): -11071993 or 462423. OLE color: 462423.

HSL color Cylindrical-coordinate representation of color #570E07: hue angle of 5.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570E07 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB87147-
CMYK00.840.920.66
HSL5.25º85.11%18.43%-
HSV(B)5.25º91.95%34.12%-
XYZ4.132.360.44-
YUV35.03112.18165.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 7 (3.12% from 255) = 6.48%
R=80.56%
G=12.96%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8714700.840.920.665.2585.1118.43
Hex57E70545C4255512
Octal1271670124134102512522
Binary101011111101110101010010111001000010101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570E07; }

 p { color: rgb(87,14,7); }

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

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

 a { background-color: rgb(87,14,7); }

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

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

 span { border-color: rgb(87,14,7); }

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