Html Css Color HEX #511328 Bordeaux

📋 copy color: '#511328'

red 81 ◦ green 19 ◦ blue 40

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

Shades of Bordeaux #511328

Tints of Bordeaux #511328

RGB

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

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

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

R = 57.86%
G = 13.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#511328 (or 0x511328) is known color: Bordeaux. HEX triplet: 51, 13 and 28. RGB value is (81,19,40). Sum of RGB (Red+Green+Blue) = 81+19+40=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #511328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511328 is #AEECD7. Grayscale: #272727. Windows color (decimal): -11463896 or 2626385. OLE color: 2626385.

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

Color convert

RGB 81 19 40 -
CMYK 0 0.77 0.51 0.68
HSL 339.68º 0.62% 0.2% -
HSV(B) 339.68º 0.77% 0.32% -
XYZ 4.01 2.37 2.25 -
YUV 39.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 81 19 40 0 0.77 0.51 0.68 339.68 0.62 0.2
Hex 51 13 28 0 4D 33 44 154 3E 14
Octal 121 23 50 0 115 63 104 524 76 24
Binary 1010001 10011 101000 0 1001101 110011 1000100 101010100 111110 10100

Color Harmonies of #511328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511328

Black with #511328

Text Example


Text Example

White with #511328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511328; }

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

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

background-color css

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

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

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

border-color css

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

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

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