Html Css Color HEX #511015 Bordeaux

📋 copy color: '#511015'

red 81 ◦ green 16 ◦ blue 21

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

Shades of Bordeaux #511015

Tints of Bordeaux #511015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

 BLUE value IS 21 (8.59% from 255) = 17.8%

R = 68.64%
G = 13.56%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#511015 (or 0x511015) is known color: Bordeaux. HEX triplet: 51, 10 and 15. RGB value is (81,16,21). Sum of RGB (Red+Green+Blue) = 81+16+21=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #511015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511015 is #AEEFEA. Grayscale: #242424. Windows color (decimal): -11464683 or 1380433. OLE color: 1380433.

HSL color Cylindrical-coordinate representation of color #511015: hue angle of 355.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511015 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 21 -
CMYK 0 0.80 0.74 0.68
HSL 355.38º 0.67% 0.19% -
HSV(B) 355.38º 0.8% 0.32% -
XYZ 3.71 2.17 0.93 -
YUV 36.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 81 16 21 0 0.80 0.74 0.68 355.38 0.67 0.19
Hex 51 10 15 0 50 4A 44 163 43 13
Octal 121 20 25 0 120 112 104 543 103 23
Binary 1010001 10000 10101 0 1010000 1001010 1000100 101100011 1000011 10011

Color Harmonies of #511015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511015

Black with #511015

Text Example


Text Example

White with #511015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511015; }

 p { color: rgb(81,16,21); }

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

background-color css

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

 a { background-color: rgb(81,16,21); }

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

border-color css

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

 span { border-color: rgb(81,16,21); }

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