#570908

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

Shades of Red Oxide #570908

Tints of Red Oxide #570908

Color information

#570908 (or 0x570908) is unknown color: approx Red Oxide. HEX triplet: 57, 09 and 08. RGB value is (87,9,8). Sum of RGB (Red+Green+Blue) = 87+9+8=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #570908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570908 is #A8F6F7. Grayscale: #202020. Windows color (decimal): -11073272 or 526679. OLE color: 526679.

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

Color convert

RGB8798-
CMYK00.900.910.66
HSL0.76º83.16%18.63%-
HSV(B)0.76º90.8%34.12%-
XYZ4.072.240.45-
YUV32.21114.34167.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 83.65%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=83.65%
G=8.65%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal879800.900.910.660.7683.1618.63
Hex579805A5B4215313
Octal12711100132133102112323
Binary10101111001100001011010101101110000101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570908; }

 p { color: rgb(87,9,8); }

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

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

 a { background-color: rgb(87,9,8); }

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

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

 span { border-color: rgb(87,9,8); }

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