#571407

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

Shades of Red Oxide #571407

Tints of Red Oxide #571407

Color information

#571407 (or 0x571407) is unknown color: approx Red Oxide. HEX triplet: 57, 14 and 07. RGB value is (87,20,7). Sum of RGB (Red+Green+Blue) = 87+20+7=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #571407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571407 is #A8EBF8. Grayscale: #262626. Windows color (decimal): -11070457 or 463959. OLE color: 463959.

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

Color convert

RGB87207-
CMYK00.770.920.66
HSL9.75º85.11%18.43%-
HSV(B)9.75º91.95%34.12%-
XYZ4.222.540.47-
YUV38.55110.2162.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.32%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=76.32%
G=17.54%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8720700.770.920.669.7585.1118.43
Hex5714704D5C42a5512
Octal12724701151341021212522
Binary10101111010011101001101101110010000101010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571407; }

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

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

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

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

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

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

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

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