Html Css Color HEX #51111C Bordeaux

📋 copy color: '#51111C'

red 81 ◦ green 17 ◦ blue 28

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

Shades of Bordeaux #51111C

Tints of Bordeaux #51111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.49%

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

R = 64.29%
G = 13.49%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51111C (or 0x51111C) is known color: Bordeaux. HEX triplet: 51, 11 and 1C. RGB value is (81,17,28). Sum of RGB (Red+Green+Blue) = 81+17+28=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #51111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51111C is #AEEEE3. Grayscale: #252525. Windows color (decimal): -11464420 or 1839441. OLE color: 1839441.

HSL color Cylindrical-coordinate representation of color #51111C: hue angle of 349.69º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51111C is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 17 28 -
CMYK 0 0.79 0.65 0.68
HSL 349.69º 0.65% 0.19% -
HSV(B) 349.69º 0.79% 0.32% -
XYZ 3.8 2.23 1.33 -
YUV 37.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 81 17 28 0 0.79 0.65 0.68 349.69 0.65 0.19
Hex 51 11 1C 0 4F 41 44 15E 41 13
Octal 121 21 34 0 117 101 104 536 101 23
Binary 1010001 10001 11100 0 1001111 1000001 1000100 101011110 1000001 10011

Color Harmonies of #51111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51111C

Black with #51111C

Text Example


Text Example

White with #51111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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