Html Css Color HEX #511024 Bordeaux

📋 copy color: '#511024'

red 81 ◦ green 16 ◦ blue 36

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

Shades of Bordeaux #511024

Tints of Bordeaux #511024

RGB

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

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

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

R = 60.9%
G = 12.03%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#511024 (or 0x511024) is known color: Bordeaux. HEX triplet: 51, 10 and 24. RGB value is (81,16,36). Sum of RGB (Red+Green+Blue) = 81+16+36=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511024 is #AEEFDB. Grayscale: #252525. Windows color (decimal): -11464668 or 2363473. OLE color: 2363473.

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

Color convert

RGB 81 16 36 -
CMYK 0 0.80 0.56 0.68
HSL 341.54º 0.67% 0.19% -
HSV(B) 341.54º 0.8% 0.32% -
XYZ 3.9 2.25 1.9 -
YUV 37.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 81 16 36 0 0.80 0.56 0.68 341.54 0.67 0.19
Hex 51 10 24 0 50 38 44 156 43 13
Octal 121 20 44 0 120 70 104 526 103 23
Binary 1010001 10000 100100 0 1010000 111000 1000100 101010110 1000011 10011

Color Harmonies of #511024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511024

Black with #511024

Text Example


Text Example

White with #511024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511024; }

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

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

background-color css

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

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

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

border-color css

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

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

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