Html Css Color HEX #511B25 Bordeaux

📋 copy color: '#511B25'

red 81 ◦ green 27 ◦ blue 37

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

Shades of Bordeaux #511B25

Tints of Bordeaux #511B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.62%

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

R = 55.86%
G = 18.62%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#511B25 (or 0x511B25) is known color: Bordeaux. HEX triplet: 51, 1B and 25. RGB value is (81,27,37). Sum of RGB (Red+Green+Blue) = 81+27+37=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #511B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B25 is #AEE4DA. Grayscale: #2C2C2C. Windows color (decimal): -11461851 or 2431825. OLE color: 2431825.

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

Color convert

RGB 81 27 37 -
CMYK 0 0.67 0.54 0.68
HSL 348.89º 0.5% 0.21% -
HSV(B) 348.89º 0.67% 0.32% -
XYZ 4.12 2.67 2.05 -
YUV 44.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 81 27 37 0 0.67 0.54 0.68 348.89 0.5 0.21
Hex 51 1B 25 0 43 36 44 15D 32 15
Octal 121 33 45 0 103 66 104 535 62 25
Binary 1010001 11011 100101 0 1000011 110110 1000100 101011101 110010 10101

Color Harmonies of #511B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B25

Black with #511B25

Text Example


Text Example

White with #511B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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