Html Css Color HEX #511725 Bordeaux

📋 copy color: '#511725'

red 81 ◦ green 23 ◦ blue 37

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

Shades of Bordeaux #511725

Tints of Bordeaux #511725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

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

R = 57.45%
G = 16.31%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#511725 (or 0x511725) is known color: Bordeaux. HEX triplet: 51, 17 and 25. RGB value is (81,23,37). Sum of RGB (Red+Green+Blue) = 81+23+37=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #511725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511725 is #AEE8DA. Grayscale: #292929. Windows color (decimal): -11462875 or 2430801. OLE color: 2430801.

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

Color convert

RGB 81 23 37 -
CMYK 0 0.72 0.54 0.68
HSL 345.52º 0.56% 0.2% -
HSV(B) 345.52º 0.72% 0.32% -
XYZ 4.03 2.5 2.02 -
YUV 41.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 81 23 37 0 0.72 0.54 0.68 345.52 0.56 0.2
Hex 51 17 25 0 48 36 44 15A 38 14
Octal 121 27 45 0 110 66 104 532 70 24
Binary 1010001 10111 100101 0 1001000 110110 1000100 101011010 111000 10100

Color Harmonies of #511725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511725

Black with #511725

Text Example


Text Example

White with #511725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511725; }

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

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

background-color css

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

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

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

border-color css

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

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

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