Html Css Color HEX #510211 Bordeaux

📋 copy color: '#510211'

red 81 ◦ green 2 ◦ blue 17

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

Shades of Bordeaux #510211

Tints of Bordeaux #510211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

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

R = 81%
G = 2%
B = 17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#510211 (or 0x510211) is known color: Bordeaux. HEX triplet: 51, 02 and 11. RGB value is (81,2,17). Sum of RGB (Red+Green+Blue) = 81+2+17=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #510211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510211 is #AEFDEE. Grayscale: #1B1B1B. Windows color (decimal): -11468271 or 1114705. OLE color: 1114705.

HSL color Cylindrical-coordinate representation of color #510211: hue angle of 348.61º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510211 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 17 -
CMYK 0 0.98 0.79 0.68
HSL 348.61º 0.95% 0.16% -
HSV(B) 348.61º 0.98% 0.32% -
XYZ 3.52 1.83 0.7 -
YUV 27.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 81 2 17 0 0.98 0.79 0.68 348.61 0.95 0.16
Hex 51 2 11 0 62 4F 44 15D 5F 10
Octal 121 2 21 0 142 117 104 535 137 20
Binary 1010001 10 10001 0 1100010 1001111 1000100 101011101 1011111 10000

Color Harmonies of #510211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510211

Black with #510211

Text Example


Text Example

White with #510211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510211; }

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

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

background-color css

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

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

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

border-color css

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

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

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