Html Css Color HEX #510811 Bordeaux

📋 copy color: '#510811'

red 81 ◦ green 8 ◦ blue 17

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

Shades of Bordeaux #510811

Tints of Bordeaux #510811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.55%

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 76.42%
G = 7.55%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#510811 (or 0x510811) is known color: Bordeaux. HEX triplet: 51, 08 and 11. RGB value is (81,8,17). Sum of RGB (Red+Green+Blue) = 81+8+17=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510811 is #AEF7EE. Grayscale: #1E1E1E. Windows color (decimal): -11466735 or 1116241. OLE color: 1116241.

HSL color Cylindrical-coordinate representation of color #510811: hue angle of 352.6º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510811 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 8 17 -
CMYK 0 0.90 0.79 0.68
HSL 352.6º 0.82% 0.17% -
HSV(B) 352.6º 0.9% 0.32% -
XYZ 3.58 1.96 0.72 -
YUV 30.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 81 8 17 0 0.90 0.79 0.68 352.6 0.82 0.17
Hex 51 8 11 0 5A 4F 44 161 52 11
Octal 121 10 21 0 132 117 104 541 122 21
Binary 1010001 1000 10001 0 1011010 1001111 1000100 101100001 1010010 10001

Color Harmonies of #510811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510811

Black with #510811

Text Example


Text Example

White with #510811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510811; }

 p { color: rgb(81,8,17); }

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

background-color css

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

 a { background-color: rgb(81,8,17); }

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

border-color css

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

 span { border-color: rgb(81,8,17); }

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