Html Css Color HEX #511125 Bordeaux

📋 copy color: '#511125'

red 81 ◦ green 17 ◦ blue 37

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

Shades of Bordeaux #511125

Tints of Bordeaux #511125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 60%
G = 12.59%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#511125 (or 0x511125) is known color: Bordeaux. HEX triplet: 51, 11 and 25. RGB value is (81,17,37). Sum of RGB (Red+Green+Blue) = 81+17+37=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511125 is #AEEEDA. Grayscale: #262626. Windows color (decimal): -11464411 or 2429265. OLE color: 2429265.

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

Color convert

RGB 81 17 37 -
CMYK 0 0.79 0.54 0.68
HSL 341.25º 0.65% 0.19% -
HSV(B) 341.25º 0.79% 0.32% -
XYZ 3.93 2.28 1.98 -
YUV 38.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 81 17 37 0 0.79 0.54 0.68 341.25 0.65 0.19
Hex 51 11 25 0 4F 36 44 155 41 13
Octal 121 21 45 0 117 66 104 525 101 23
Binary 1010001 10001 100101 0 1001111 110110 1000100 101010101 1000001 10011

Color Harmonies of #511125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511125

Black with #511125

Text Example


Text Example

White with #511125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511125; }

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

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

background-color css

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

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

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

border-color css

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

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

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