#571007

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

Shades of Red Oxide #571007

Tints of Red Oxide #571007

Color information

#571007 (or 0x571007) is unknown color: approx Red Oxide. HEX triplet: 57, 10 and 07. RGB value is (87,16,7). Sum of RGB (Red+Green+Blue) = 87+16+7=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #571007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571007 is #A8EFF8. Grayscale: #242424. Windows color (decimal): -11071481 or 462935. OLE color: 462935.

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

Color convert

RGB87167-
CMYK00.820.920.66
HSL6.75º85.11%18.43%-
HSV(B)6.75º91.95%34.12%-
XYZ4.152.410.45-
YUV36.2111.52164.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.09%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=79.09%
G=14.55%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8716700.820.920.666.7585.1118.43
Hex571070525C4275512
Octal1272070122134102712522
Binary1010111100001110101001010111001000010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571007; }

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

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

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

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

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

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

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

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