Html Css Color HEX #511021 Bordeaux

📋 copy color: '#511021'

red 81 ◦ green 16 ◦ blue 33

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

Shades of Bordeaux #511021

Tints of Bordeaux #511021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25.38%

R = 62.31%
G = 12.31%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#511021 (or 0x511021) is known color: Bordeaux. HEX triplet: 51, 10 and 21. RGB value is (81,16,33). Sum of RGB (Red+Green+Blue) = 81+16+33=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #511021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511021 is #AEEFDE. Grayscale: #252525. Windows color (decimal): -11464671 or 2166865. OLE color: 2166865.

HSL color Cylindrical-coordinate representation of color #511021: hue angle of 344.31º 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 #511021 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 33 -
CMYK 0 0.80 0.59 0.68
HSL 344.31º 0.67% 0.19% -
HSV(B) 344.31º 0.8% 0.32% -
XYZ 3.85 2.23 1.67 -
YUV 37.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 81 16 33 0 0.80 0.59 0.68 344.31 0.67 0.19
Hex 51 10 21 0 50 3B 44 158 43 13
Octal 121 20 41 0 120 73 104 530 103 23
Binary 1010001 10000 100001 0 1010000 111011 1000100 101011000 1000011 10011

Color Harmonies of #511021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511021

Black with #511021

Text Example


Text Example

White with #511021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511021; }

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

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

background-color css

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

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

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

border-color css

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

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

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