Html Css Color HEX #570914 Bordeaux

📋 copy color: '#570914'

red 87 ◦ green 9 ◦ blue 20

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

Shades of Bordeaux #570914

Tints of Bordeaux #570914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

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

R = 75%
G = 7.76%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#570914 (or 0x570914) is known color: Bordeaux. HEX triplet: 57, 09 and 14. RGB value is (87,9,20). Sum of RGB (Red+Green+Blue) = 87+9+20=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570914 is #A8F6EB. Grayscale: #212121. Windows color (decimal): -11073260 or 1313111. OLE color: 1313111.

HSL color Cylindrical-coordinate representation of color #570914: hue angle of 351.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570914 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 9 20 -
CMYK 0 0.90 0.77 0.66
HSL 351.54º 0.81% 0.19% -
HSV(B) 351.54º 0.9% 0.34% -
XYZ 4.15 2.27 0.88 -
YUV 33.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 87 9 20 0 0.90 0.77 0.66 351.54 0.81 0.19
Hex 57 9 14 0 5A 4D 42 160 51 13
Octal 127 11 24 0 132 115 102 540 121 23
Binary 1010111 1001 10100 0 1011010 1001101 1000010 101100000 1010001 10011

Color Harmonies of #570914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570914

Black with #570914

Text Example


Text Example

White with #570914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570914; }

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

 H1.HeaderClassName
 {
   color: #570914;
 }
 .AnyTagClassName
 {
   color: #570914;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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