Html Css Color HEX #51161D Bordeaux

📋 copy color: '#51161D'

red 81 ◦ green 22 ◦ blue 29

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

Shades of Bordeaux #51161D

Tints of Bordeaux #51161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.67%

 BLUE value IS 29 (11.72% from 255) = 21.97%

R = 61.36%
G = 16.67%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51161D (or 0x51161D) is known color: Bordeaux. HEX triplet: 51, 16 and 1D. RGB value is (81,22,29). Sum of RGB (Red+Green+Blue) = 81+22+29=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51161D is #AEE9E2. Grayscale: #282828. Windows color (decimal): -11463139 or 1906257. OLE color: 1906257.

HSL color Cylindrical-coordinate representation of color #51161D: hue angle of 352.88º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51161D is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 22 29 -
CMYK 0 0.73 0.64 0.68
HSL 352.88º 0.57% 0.2% -
HSV(B) 352.88º 0.73% 0.32% -
XYZ 3.9 2.41 1.42 -
YUV 40.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 81 22 29 0 0.73 0.64 0.68 352.88 0.57 0.2
Hex 51 16 1D 0 49 40 44 161 39 14
Octal 121 26 35 0 111 100 104 541 71 24
Binary 1010001 10110 11101 0 1001001 1000000 1000100 101100001 111001 10100

Color Harmonies of #51161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51161D

Black with #51161D

Text Example


Text Example

White with #51161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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