Html Css Color HEX #511F2C Bordeaux

📋 copy color: '#511F2C'

red 81 ◦ green 31 ◦ blue 44

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

Shades of Bordeaux #511F2C

Tints of Bordeaux #511F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.87%

 BLUE value IS 44 (17.58% from 255) = 28.21%

R = 51.92%
G = 19.87%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#511F2C (or 0x511F2C) is known color: Bordeaux. HEX triplet: 51, 1F and 2C. RGB value is (81,31,44). Sum of RGB (Red+Green+Blue) = 81+31+44=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #511F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F2C is #AEE0D3. Grayscale: #2F2F2F. Windows color (decimal): -11460820 or 2891601. OLE color: 2891601.

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

Color convert

RGB 81 31 44 -
CMYK 0 0.62 0.46 0.68
HSL 344.4º 0.45% 0.22% -
HSV(B) 344.4º 0.62% 0.32% -
XYZ 4.34 2.91 2.72 -
YUV 47.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 81 31 44 0 0.62 0.46 0.68 344.4 0.45 0.22
Hex 51 1F 2C 0 3E 2E 44 158 2D 16
Octal 121 37 54 0 76 56 104 530 55 26
Binary 1010001 11111 101100 0 111110 101110 1000100 101011000 101101 10110

Color Harmonies of #511F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F2C

Black with #511F2C

Text Example


Text Example

White with #511F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,31,44); }

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

background-color css

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

 a { background-color: rgb(81,31,44); }

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

border-color css

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

 span { border-color: rgb(81,31,44); }

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