Html Css Color HEX #511928 Bordeaux

📋 copy color: '#511928'

red 81 ◦ green 25 ◦ blue 40

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

Shades of Bordeaux #511928

Tints of Bordeaux #511928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 55.48%
G = 17.12%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#511928 (or 0x511928) is known color: Bordeaux. HEX triplet: 51, 19 and 28. RGB value is (81,25,40). Sum of RGB (Red+Green+Blue) = 81+25+40=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #511928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511928 is #AEE6D7. Grayscale: #2B2B2B. Windows color (decimal): -11462360 or 2627921. OLE color: 2627921.

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

Color convert

RGB 81 25 40 -
CMYK 0 0.69 0.51 0.68
HSL 343.93º 0.53% 0.21% -
HSV(B) 343.93º 0.69% 0.32% -
XYZ 4.12 2.6 2.29 -
YUV 43.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 81 25 40 0 0.69 0.51 0.68 343.93 0.53 0.21
Hex 51 19 28 0 45 33 44 158 35 15
Octal 121 31 50 0 105 63 104 530 65 25
Binary 1010001 11001 101000 0 1000101 110011 1000100 101011000 110101 10101

Color Harmonies of #511928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511928

Black with #511928

Text Example


Text Example

White with #511928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511928; }

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

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

background-color css

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

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

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

border-color css

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

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

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