Html Css Color HEX #511927 Bordeaux

📋 copy color: '#511927'

red 81 ◦ green 25 ◦ blue 39

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

Shades of Bordeaux #511927

Tints of Bordeaux #511927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 55.86%
G = 17.24%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#511927 (or 0x511927) is known color: Bordeaux. HEX triplet: 51, 19 and 27. RGB value is (81,25,39). Sum of RGB (Red+Green+Blue) = 81+25+39=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #511927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511927 is #AEE6D8. Grayscale: #2B2B2B. Windows color (decimal): -11462361 or 2562385. OLE color: 2562385.

HSL color Cylindrical-coordinate representation of color #511927: hue angle of 345º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511927 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 39 -
CMYK 0 0.69 0.52 0.68
HSL 345º 0.53% 0.21% -
HSV(B) 345º 0.69% 0.32% -
XYZ 4.11 2.59 2.2 -
YUV 43.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 81 25 39 0 0.69 0.52 0.68 345 0.53 0.21
Hex 51 19 27 0 45 34 44 159 35 15
Octal 121 31 47 0 105 64 104 531 65 25
Binary 1010001 11001 100111 0 1000101 110100 1000100 101011001 110101 10101

Color Harmonies of #511927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511927

Black with #511927

Text Example


Text Example

White with #511927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511927; }

 p { color: rgb(81,25,39); }

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

background-color css

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

 a { background-color: rgb(81,25,39); }

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

border-color css

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

 span { border-color: rgb(81,25,39); }

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