Html Css Color HEX #510914 Bordeaux

📋 copy color: '#510914'

red 81 ◦ green 9 ◦ blue 20

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

Shades of Bordeaux #510914

Tints of Bordeaux #510914

RGB

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

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

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

R = 73.64%
G = 8.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#510914 (or 0x510914) is known color: Bordeaux. HEX triplet: 51, 09 and 14. RGB value is (81,9,20). Sum of RGB (Red+Green+Blue) = 81+9+20=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #510914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510914 is #AEF6EB. Grayscale: #1F1F1F. Windows color (decimal): -11466476 or 1313105. OLE color: 1313105.

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

Color convert

RGB 81 9 20 -
CMYK 0 0.89 0.75 0.68
HSL 350.83º 0.8% 0.18% -
HSV(B) 350.83º 0.89% 0.32% -
XYZ 3.62 2 0.86 -
YUV 31.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 81 9 20 0 0.89 0.75 0.68 350.83 0.8 0.18
Hex 51 9 14 0 59 4B 44 15F 50 12
Octal 121 11 24 0 131 113 104 537 120 22
Binary 1010001 1001 10100 0 1011001 1001011 1000100 101011111 1010000 10010

Color Harmonies of #510914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510914

Black with #510914

Text Example


Text Example

White with #510914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510914; }

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

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

background-color css

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

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

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

border-color css

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

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

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