Html Css Color HEX #511124 Bordeaux

📋 copy color: '#511124'

red 81 ◦ green 17 ◦ blue 36

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

Shades of Bordeaux #511124

Tints of Bordeaux #511124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.69%

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

R = 60.45%
G = 12.69%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#511124 (or 0x511124) is known color: Bordeaux. HEX triplet: 51, 11 and 24. RGB value is (81,17,36). Sum of RGB (Red+Green+Blue) = 81+17+36=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #511124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511124 is #AEEEDB. Grayscale: #262626. Windows color (decimal): -11464412 or 2363729. OLE color: 2363729.

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

Color convert

RGB 81 17 36 -
CMYK 0 0.79 0.56 0.68
HSL 342.19º 0.65% 0.19% -
HSV(B) 342.19º 0.79% 0.32% -
XYZ 3.91 2.28 1.9 -
YUV 38.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 81 17 36 0 0.79 0.56 0.68 342.19 0.65 0.19
Hex 51 11 24 0 4F 38 44 156 41 13
Octal 121 21 44 0 117 70 104 526 101 23
Binary 1010001 10001 100100 0 1001111 111000 1000100 101010110 1000001 10011

Color Harmonies of #511124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511124

Black with #511124

Text Example


Text Example

White with #511124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511124; }

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

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

background-color css

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

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

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

border-color css

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

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

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