Html Css Color HEX #511D25 Bordeaux

📋 copy color: '#511D25'

red 81 ◦ green 29 ◦ blue 37

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

Shades of Bordeaux #511D25

Tints of Bordeaux #511D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

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

R = 55.1%
G = 19.73%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#511D25 (or 0x511D25) is known color: Bordeaux. HEX triplet: 51, 1D and 25. RGB value is (81,29,37). Sum of RGB (Red+Green+Blue) = 81+29+37=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #511D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D25 is #AEE2DA. Grayscale: #2D2D2D. Windows color (decimal): -11461339 or 2432337. OLE color: 2432337.

HSL color Cylindrical-coordinate representation of color #511D25: hue angle of 350.77º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D25 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 37 -
CMYK 0 0.64 0.54 0.68
HSL 350.77º 0.47% 0.22% -
HSV(B) 350.77º 0.64% 0.32% -
XYZ 4.17 2.76 2.06 -
YUV 45.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 81 29 37 0 0.64 0.54 0.68 350.77 0.47 0.22
Hex 51 1D 25 0 40 36 44 15F 2F 16
Octal 121 35 45 0 100 66 104 537 57 26
Binary 1010001 11101 100101 0 1000000 110110 1000100 101011111 101111 10110

Color Harmonies of #511D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D25

Black with #511D25

Text Example


Text Example

White with #511D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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