Html Css Color HEX #511820 Bordeaux

📋 copy color: '#511820'

red 81 ◦ green 24 ◦ blue 32

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

Shades of Bordeaux #511820

Tints of Bordeaux #511820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 59.12%
G = 17.52%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#511820 (or 0x511820) is known color: Bordeaux. HEX triplet: 51, 18 and 20. RGB value is (81,24,32). Sum of RGB (Red+Green+Blue) = 81+24+32=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511820 is #AEE7DF. Grayscale: #292929. Windows color (decimal): -11462624 or 2103377. OLE color: 2103377.

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

Color convert

RGB 81 24 32 -
CMYK 0 0.70 0.60 0.68
HSL 351.58º 0.54% 0.21% -
HSV(B) 351.58º 0.7% 0.32% -
XYZ 3.98 2.51 1.64 -
YUV 41.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 81 24 32 0 0.70 0.60 0.68 351.58 0.54 0.21
Hex 51 18 20 0 46 3C 44 160 36 15
Octal 121 30 40 0 106 74 104 540 66 25
Binary 1010001 11000 100000 0 1000110 111100 1000100 101100000 110110 10101

Color Harmonies of #511820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511820

Black with #511820

Text Example


Text Example

White with #511820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511820; }

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

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

background-color css

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

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

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

border-color css

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

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

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