Html Css Color HEX #511325 Bordeaux

📋 copy color: '#511325'

red 81 ◦ green 19 ◦ blue 37

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

Shades of Bordeaux #511325

Tints of Bordeaux #511325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.01%

R = 59.12%
G = 13.87%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#511325 (or 0x511325) is known color: Bordeaux. HEX triplet: 51, 13 and 25. RGB value is (81,19,37). Sum of RGB (Red+Green+Blue) = 81+19+37=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511325 is #AEECDA. Grayscale: #272727. Windows color (decimal): -11463899 or 2429777. OLE color: 2429777.

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

Color convert

RGB 81 19 37 -
CMYK 0 0.77 0.54 0.68
HSL 342.58º 0.62% 0.2% -
HSV(B) 342.58º 0.77% 0.32% -
XYZ 3.96 2.35 1.99 -
YUV 39.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 81 19 37 0 0.77 0.54 0.68 342.58 0.62 0.2
Hex 51 13 25 0 4D 36 44 157 3E 14
Octal 121 23 45 0 115 66 104 527 76 24
Binary 1010001 10011 100101 0 1001101 110110 1000100 101010111 111110 10100

Color Harmonies of #511325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511325

Black with #511325

Text Example


Text Example

White with #511325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511325; }

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

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

background-color css

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

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

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

border-color css

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

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

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