Html Css Color HEX #51091C Bordeaux

📋 copy color: '#51091C'

red 81 ◦ green 9 ◦ blue 28

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

Shades of Bordeaux #51091C

Tints of Bordeaux #51091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

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

R = 68.64%
G = 7.63%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51091C (or 0x51091C) is known color: Bordeaux. HEX triplet: 51, 09 and 1C. RGB value is (81,9,28). Sum of RGB (Red+Green+Blue) = 81+9+28=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #51091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51091C is #AEF6E3. Grayscale: #202020. Windows color (decimal): -11466468 or 1837393. OLE color: 1837393.

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

Color convert

RGB 81 9 28 -
CMYK 0 0.89 0.65 0.68
HSL 344.17º 0.8% 0.18% -
HSV(B) 344.17º 0.89% 0.32% -
XYZ 3.7 2.03 1.3 -
YUV 32.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 81 9 28 0 0.89 0.65 0.68 344.17 0.8 0.18
Hex 51 9 1C 0 59 41 44 158 50 12
Octal 121 11 34 0 131 101 104 530 120 22
Binary 1010001 1001 11100 0 1011001 1000001 1000100 101011000 1010000 10010

Color Harmonies of #51091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51091C

Black with #51091C

Text Example


Text Example

White with #51091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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