Html Css Color HEX #510614 Bordeaux

📋 copy color: '#510614'

red 81 ◦ green 6 ◦ blue 20

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

Shades of Bordeaux #510614

Tints of Bordeaux #510614

RGB

 RED value IS 81 (32.03% from 255) = 75.7%

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

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

R = 75.7%
G = 5.61%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#510614 (or 0x510614) is known color: Bordeaux. HEX triplet: 51, 06 and 14. RGB value is (81,6,20). Sum of RGB (Red+Green+Blue) = 81+6+20=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #510614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510614 is #AEF9EB. Grayscale: #1E1E1E. Windows color (decimal): -11467244 or 1312337. OLE color: 1312337.

HSL color Cylindrical-coordinate representation of color #510614: hue angle of 348.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510614 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 6 20 -
CMYK 0 0.93 0.75 0.68
HSL 348.8º 0.86% 0.17% -
HSV(B) 348.8º 0.93% 0.32% -
XYZ 3.58 1.93 0.85 -
YUV 30.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 81 6 20 0 0.93 0.75 0.68 348.8 0.86 0.17
Hex 51 6 14 0 5D 4B 44 15D 56 11
Octal 121 6 24 0 135 113 104 535 126 21
Binary 1010001 110 10100 0 1011101 1001011 1000100 101011101 1010110 10001

Color Harmonies of #510614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510614

Black with #510614

Text Example


Text Example

White with #510614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510614; }

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

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

background-color css

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

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

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

border-color css

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

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

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