Html Css Color HEX #511C27 Bordeaux

📋 copy color: '#511C27'

red 81 ◦ green 28 ◦ blue 39

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

Shades of Bordeaux #511C27

Tints of Bordeaux #511C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.92%

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

R = 54.73%
G = 18.92%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#511C27 (or 0x511C27) is known color: Bordeaux. HEX triplet: 51, 1C and 27. RGB value is (81,28,39). Sum of RGB (Red+Green+Blue) = 81+28+39=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #511C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C27 is #AEE3D8. Grayscale: #2D2D2D. Windows color (decimal): -11461593 or 2563153. OLE color: 2563153.

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

Color convert

RGB 81 28 39 -
CMYK 0 0.65 0.52 0.68
HSL 347.55º 0.49% 0.21% -
HSV(B) 347.55º 0.65% 0.32% -
XYZ 4.17 2.73 2.23 -
YUV 45.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 81 28 39 0 0.65 0.52 0.68 347.55 0.49 0.21
Hex 51 1C 27 0 41 34 44 15C 31 15
Octal 121 34 47 0 101 64 104 534 61 25
Binary 1010001 11100 100111 0 1000001 110100 1000100 101011100 110001 10101

Color Harmonies of #511C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C27

Black with #511C27

Text Example


Text Example

White with #511C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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