Html Css Color HEX #511324 Bordeaux

📋 copy color: '#511324'

red 81 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #511324

Tints of Bordeaux #511324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.97%

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

R = 59.56%
G = 13.97%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#511324 (or 0x511324) is known color: Bordeaux. HEX triplet: 51, 13 and 24. RGB value is (81,19,36). Sum of RGB (Red+Green+Blue) = 81+19+36=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511324 is #AEECDB. Grayscale: #272727. Windows color (decimal): -11463900 or 2364241. OLE color: 2364241.

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

Color convert

RGB 81 19 36 -
CMYK 0 0.77 0.56 0.68
HSL 343.55º 0.62% 0.2% -
HSV(B) 343.55º 0.77% 0.32% -
XYZ 3.94 2.34 1.91 -
YUV 39.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 81 19 36 0 0.77 0.56 0.68 343.55 0.62 0.2
Hex 51 13 24 0 4D 38 44 158 3E 14
Octal 121 23 44 0 115 70 104 530 76 24
Binary 1010001 10011 100100 0 1001101 111000 1000100 101011000 111110 10100

Color Harmonies of #511324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511324

Black with #511324

Text Example


Text Example

White with #511324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511324; }

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

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

background-color css

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

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

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

border-color css

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

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

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