Html Css Color HEX #511227 Bordeaux

📋 copy color: '#511227'

red 81 ◦ green 18 ◦ blue 39

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

Shades of Bordeaux #511227

Tints of Bordeaux #511227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

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

R = 58.7%
G = 13.04%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#511227 (or 0x511227) is known color: Bordeaux. HEX triplet: 51, 12 and 27. RGB value is (81,18,39). Sum of RGB (Red+Green+Blue) = 81+18+39=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511227 is #AEEDD8. Grayscale: #272727. Windows color (decimal): -11464153 or 2560593. OLE color: 2560593.

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

Color convert

RGB 81 18 39 -
CMYK 0 0.78 0.52 0.68
HSL 340º 0.64% 0.19% -
HSV(B) 340º 0.78% 0.32% -
XYZ 3.98 2.33 2.16 -
YUV 39.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 81 18 39 0 0.78 0.52 0.68 340 0.64 0.19
Hex 51 12 27 0 4E 34 44 154 40 13
Octal 121 22 47 0 116 64 104 524 100 23
Binary 1010001 10010 100111 0 1001110 110100 1000100 101010100 1000000 10011

Color Harmonies of #511227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511227

Black with #511227

Text Example


Text Example

White with #511227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511227; }

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

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

background-color css

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

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

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

border-color css

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

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

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