Html Css Color HEX #511022 Bordeaux

📋 copy color: '#511022'

red 81 ◦ green 16 ◦ blue 34

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

Shades of Bordeaux #511022

Tints of Bordeaux #511022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 61.83%
G = 12.21%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#511022 (or 0x511022) is known color: Bordeaux. HEX triplet: 51, 10 and 22. RGB value is (81,16,34). Sum of RGB (Red+Green+Blue) = 81+16+34=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #511022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511022 is #AEEFDD. Grayscale: #252525. Windows color (decimal): -11464670 or 2232401. OLE color: 2232401.

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

Color convert

RGB 81 16 34 -
CMYK 0 0.80 0.58 0.68
HSL 343.38º 0.67% 0.19% -
HSV(B) 343.38º 0.8% 0.32% -
XYZ 3.87 2.24 1.74 -
YUV 37.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 81 16 34 0 0.80 0.58 0.68 343.38 0.67 0.19
Hex 51 10 22 0 50 3A 44 157 43 13
Octal 121 20 42 0 120 72 104 527 103 23
Binary 1010001 10000 100010 0 1010000 111010 1000100 101010111 1000011 10011

Color Harmonies of #511022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511022

Black with #511022

Text Example


Text Example

White with #511022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511022; }

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

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

background-color css

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

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

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

border-color css

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

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

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