#571108

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

Shades of Red Oxide #571108

Tints of Red Oxide #571108

Color information

#571108 (or 0x571108) is unknown color: approx Red Oxide. HEX triplet: 57, 11 and 08. RGB value is (87,17,8). Sum of RGB (Red+Green+Blue) = 87+17+8=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #571108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571108 is #A8EEF7. Grayscale: #252525. Windows color (decimal): -11071224 or 528727. OLE color: 528727.

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

Color convert

RGB87178-
CMYK00.800.910.66
HSL6.84º83.16%18.63%-
HSV(B)6.84º90.8%34.12%-
XYZ4.172.440.48-
YUV36.9111.69163.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 77.68%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=77.68%
G=15.18%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8717800.800.910.666.8483.1618.63
Hex571180505B4275313
Octal12721100120133102712323
Binary10101111000110000101000010110111000010111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571108; }

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

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

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

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

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

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

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

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