Html Css Color HEX #51141C Bordeaux

📋 copy color: '#51141C'

red 81 ◦ green 20 ◦ blue 28

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

Shades of Bordeaux #51141C

Tints of Bordeaux #51141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 62.79%
G = 15.5%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51141C (or 0x51141C) is known color: Bordeaux. HEX triplet: 51, 14 and 1C. RGB value is (81,20,28). Sum of RGB (Red+Green+Blue) = 81+20+28=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #51141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51141C is #AEEBE3. Grayscale: #272727. Windows color (decimal): -11463652 or 1840209. OLE color: 1840209.

HSL color Cylindrical-coordinate representation of color #51141C: hue angle of 352.13º 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 #51141C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 20 28 -
CMYK 0 0.75 0.65 0.68
HSL 352.13º 0.6% 0.2% -
HSV(B) 352.13º 0.75% 0.32% -
XYZ 3.85 2.33 1.35 -
YUV 39.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 81 20 28 0 0.75 0.65 0.68 352.13 0.6 0.2
Hex 51 14 1C 0 4B 41 44 160 3C 14
Octal 121 24 34 0 113 101 104 540 74 24
Binary 1010001 10100 11100 0 1001011 1000001 1000100 101100000 111100 10100

Color Harmonies of #51141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51141C

Black with #51141C

Text Example


Text Example

White with #51141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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