Html Css Color HEX #511624 Bordeaux

📋 copy color: '#511624'

red 81 ◦ green 22 ◦ blue 36

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

Shades of Bordeaux #511624

Tints of Bordeaux #511624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.83%

 BLUE value IS 36 (14.45% from 255) = 25.9%

R = 58.27%
G = 15.83%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#511624 (or 0x511624) is known color: Bordeaux. HEX triplet: 51, 16 and 24. RGB value is (81,22,36). Sum of RGB (Red+Green+Blue) = 81+22+36=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #511624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511624 is #AEE9DB. Grayscale: #292929. Windows color (decimal): -11463132 or 2365009. OLE color: 2365009.

HSL color Cylindrical-coordinate representation of color #511624: hue angle of 345.76º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511624 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 22 36 -
CMYK 0 0.73 0.56 0.68
HSL 345.76º 0.57% 0.2% -
HSV(B) 345.76º 0.73% 0.32% -
XYZ 4 2.45 1.93 -
YUV 41.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 81 22 36 0 0.73 0.56 0.68 345.76 0.57 0.2
Hex 51 16 24 0 49 38 44 15A 39 14
Octal 121 26 44 0 111 70 104 532 71 24
Binary 1010001 10110 100100 0 1001001 111000 1000100 101011010 111001 10100

Color Harmonies of #511624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511624

Black with #511624

Text Example


Text Example

White with #511624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511624; }

 p { color: rgb(81,22,36); }

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

background-color css

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

 a { background-color: rgb(81,22,36); }

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

border-color css

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

 span { border-color: rgb(81,22,36); }

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