Html Css Color HEX #510B22 Bordeaux

📋 copy color: '#510B22'

red 81 ◦ green 11 ◦ blue 34

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

Shades of Bordeaux #510B22

Tints of Bordeaux #510B22

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.73%

 BLUE value IS 34 (13.67% from 255) = 26.98%

R = 64.29%
G = 8.73%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#510B22 (or 0x510B22) is known color: Bordeaux. HEX triplet: 51, 0B and 22. RGB value is (81,11,34). Sum of RGB (Red+Green+Blue) = 81+11+34=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #510B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B22 is #AEF4DD. Grayscale: #222222. Windows color (decimal): -11465950 or 2231121. OLE color: 2231121.

HSL color Cylindrical-coordinate representation of color #510B22: hue angle of 340.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510B22 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 11 34 -
CMYK 0 0.86 0.58 0.68
HSL 340.29º 0.76% 0.18% -
HSV(B) 340.29º 0.86% 0.32% -
XYZ 3.8 2.1 1.72 -
YUV 34.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 81 11 34 0 0.86 0.58 0.68 340.29 0.76 0.18
Hex 51 B 22 0 56 3A 44 154 4C 12
Octal 121 13 42 0 126 72 104 524 114 22
Binary 1010001 1011 100010 0 1010110 111010 1000100 101010100 1001100 10010

Color Harmonies of #510B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B22

Black with #510B22

Text Example


Text Example

White with #510B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510B22; }

 p { color: rgb(81,11,34); }

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

background-color css

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

 a { background-color: rgb(81,11,34); }

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

border-color css

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

 span { border-color: rgb(81,11,34); }

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