Html Css Color HEX #570714 Bordeaux

📋 copy color: '#570714'

red 87 ◦ green 7 ◦ blue 20

#570714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #570714

Tints of Bordeaux #570714

RGB

 RED value IS 87 (34.38% from 255) = 76.32%

 GREEN value IS 7 (3.13% from 255) = 6.14%

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 76.32%
G = 6.14%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#570714 (or 0x570714) is known color: 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

RGB 87 7 20 -
CMYK 0 0.92 0.77 0.66
HSL 350.25º 0.85% 0.18% -
HSV(B) 350.25º 0.92% 0.34% -
XYZ 4.13 2.23 0.87 -
YUV 32.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 87 7 20 0 0.92 0.77 0.66 350.25 0.85 0.18
Hex 57 7 14 0 5C 4D 42 15E 55 12
Octal 127 7 24 0 134 115 102 536 125 22
Binary 1010111 111 10100 0 1011100 1001101 1000010 101011110 1010101 10010

Color Harmonies of #570714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570714

Black with #570714

Text Example


Text Example

White with #570714

Text Example


Text Example

HTML Codes & Css Web 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>