Html Css Color HEX #511824 Bordeaux

📋 copy color: '#511824'

red 81 ◦ green 24 ◦ blue 36

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

Shades of Bordeaux #511824

Tints of Bordeaux #511824

RGB

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

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

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

R = 57.45%
G = 17.02%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#511824 (or 0x511824) is known color: Bordeaux. HEX triplet: 51, 18 and 24. RGB value is (81,24,36). Sum of RGB (Red+Green+Blue) = 81+24+36=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #511824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511824 is #AEE7DB. Grayscale: #2A2A2A. Windows color (decimal): -11462620 or 2365521. OLE color: 2365521.

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

Color convert

RGB 81 24 36 -
CMYK 0 0.70 0.56 0.68
HSL 347.37º 0.54% 0.21% -
HSV(B) 347.37º 0.7% 0.32% -
XYZ 4.04 2.53 1.94 -
YUV 42.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 81 24 36 0 0.70 0.56 0.68 347.37 0.54 0.21
Hex 51 18 24 0 46 38 44 15B 36 15
Octal 121 30 44 0 106 70 104 533 66 25
Binary 1010001 11000 100100 0 1000110 111000 1000100 101011011 110110 10101

Color Harmonies of #511824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511824

Black with #511824

Text Example


Text Example

White with #511824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511824; }

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

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

background-color css

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

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

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

border-color css

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

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

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