Html Css Color HEX #511821 Bordeaux

📋 copy color: '#511821'

red 81 ◦ green 24 ◦ blue 33

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

Shades of Bordeaux #511821

Tints of Bordeaux #511821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

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

R = 58.7%
G = 17.39%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#511821 (or 0x511821) is known color: Bordeaux. HEX triplet: 51, 18 and 21. RGB value is (81,24,33). Sum of RGB (Red+Green+Blue) = 81+24+33=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511821 is #AEE7DE. Grayscale: #2A2A2A. Windows color (decimal): -11462623 or 2168913. OLE color: 2168913.

HSL color Cylindrical-coordinate representation of color #511821: hue angle of 350.53º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511821 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 33 -
CMYK 0 0.70 0.59 0.68
HSL 350.53º 0.54% 0.21% -
HSV(B) 350.53º 0.7% 0.32% -
XYZ 3.99 2.51 1.71 -
YUV 42.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 81 24 33 0 0.70 0.59 0.68 350.53 0.54 0.21
Hex 51 18 21 0 46 3B 44 15F 36 15
Octal 121 30 41 0 106 73 104 537 66 25
Binary 1010001 11000 100001 0 1000110 111011 1000100 101011111 110110 10101

Color Harmonies of #511821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511821

Black with #511821

Text Example


Text Example

White with #511821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511821; }

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

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

background-color css

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

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

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

border-color css

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

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

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