Html Css Color HEX #511222 Bordeaux

📋 copy color: '#511222'

red 81 ◦ green 18 ◦ blue 34

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

Shades of Bordeaux #511222

Tints of Bordeaux #511222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

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

R = 60.9%
G = 13.53%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#511222 (or 0x511222) is known color: Bordeaux. HEX triplet: 51, 12 and 22. RGB value is (81,18,34). Sum of RGB (Red+Green+Blue) = 81+18+34=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511222 is #AEEDDD. Grayscale: #262626. Windows color (decimal): -11464158 or 2232913. OLE color: 2232913.

HSL color Cylindrical-coordinate representation of color #511222: hue angle of 344.76º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511222 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 18 34 -
CMYK 0 0.78 0.58 0.68
HSL 344.76º 0.64% 0.19% -
HSV(B) 344.76º 0.78% 0.32% -
XYZ 3.9 2.3 1.75 -
YUV 38.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 81 18 34 0 0.78 0.58 0.68 344.76 0.64 0.19
Hex 51 12 22 0 4E 3A 44 159 40 13
Octal 121 22 42 0 116 72 104 531 100 23
Binary 1010001 10010 100010 0 1001110 111010 1000100 101011001 1000000 10011

Color Harmonies of #511222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511222

Black with #511222

Text Example


Text Example

White with #511222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511222; }

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

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

background-color css

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

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

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

border-color css

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

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

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