#570714

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

Shades of Bordeaux #570714

Tints of Bordeaux #570714

Color information

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

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

Color convert

RGB87720-
CMYK00.920.770.66
HSL350.25º85.11%18.43%-
HSV(B)350.25º91.95%34.12%-
XYZ4.132.230.87-
YUV32.4121166.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8772000.920.770.66350.2585.1118.43
Hex5771405C4D4215e5512
Octal127724013411510253612522
Binary1010111111101000101110010011011000010101011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570714; }

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

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

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

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

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

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

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

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