Html Css Color HEX #570614 Bordeaux

📋 copy color: '#570614'

red 87 ◦ green 6 ◦ blue 20

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

Shades of Bordeaux #570614

Tints of Bordeaux #570614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.31%

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

R = 76.99%
G = 5.31%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#570614 (or 0x570614) is known color: Bordeaux. HEX triplet: 57, 06 and 14. RGB value is (87,6,20). Sum of RGB (Red+Green+Blue) = 87+6+20=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #570614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570614 is #A8F9EB. Grayscale: #1F1F1F. Windows color (decimal): -11074028 or 1312343. OLE color: 1312343.

HSL color Cylindrical-coordinate representation of color #570614: hue angle of 349.63º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570614 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 20 -
CMYK 0 0.93 0.77 0.66
HSL 349.63º 0.87% 0.18% -
HSV(B) 349.63º 0.93% 0.34% -
XYZ 4.12 2.21 0.87 -
YUV 31.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 87 6 20 0 0.93 0.77 0.66 349.63 0.87 0.18
Hex 57 6 14 0 5D 4D 42 15E 57 12
Octal 127 6 24 0 135 115 102 536 127 22
Binary 1010111 110 10100 0 1011101 1001101 1000010 101011110 1010111 10010

Color Harmonies of #570614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570614

Black with #570614

Text Example


Text Example

White with #570614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570614; }

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

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

background-color css

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

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

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

border-color css

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

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

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