Html Css Color HEX #51141B Bordeaux

📋 copy color: '#51141B'

red 81 ◦ green 20 ◦ blue 27

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

Shades of Bordeaux #51141B

Tints of Bordeaux #51141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

 BLUE value IS 27 (10.94% from 255) = 21.09%

R = 63.28%
G = 15.63%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51141B (or 0x51141B) is known color: Bordeaux. HEX triplet: 51, 14 and 1B. RGB value is (81,20,27). Sum of RGB (Red+Green+Blue) = 81+20+27=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #51141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51141B is #AEEBE4. Grayscale: #272727. Windows color (decimal): -11463653 or 1774673. OLE color: 1774673.

HSL color Cylindrical-coordinate representation of color #51141B: hue angle of 353.11º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51141B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 20 27 -
CMYK 0 0.75 0.67 0.68
HSL 353.11º 0.6% 0.2% -
HSV(B) 353.11º 0.75% 0.32% -
XYZ 3.84 2.33 1.28 -
YUV 39.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 81 20 27 0 0.75 0.67 0.68 353.11 0.6 0.2
Hex 51 14 1B 0 4B 43 44 161 3C 14
Octal 121 24 33 0 113 103 104 541 74 24
Binary 1010001 10100 11011 0 1001011 1000011 1000100 101100001 111100 10100

Color Harmonies of #51141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51141B

Black with #51141B

Text Example


Text Example

White with #51141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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