Html Css Color HEX #511019 Bordeaux

📋 copy color: '#511019'

red 81 ◦ green 16 ◦ blue 25

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

Shades of Bordeaux #511019

Tints of Bordeaux #511019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 66.39%
G = 13.11%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#511019 (or 0x511019) is known color: Bordeaux. HEX triplet: 51, 10 and 19. RGB value is (81,16,25). Sum of RGB (Red+Green+Blue) = 81+16+25=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511019 is #AEEFE6. Grayscale: #242424. Windows color (decimal): -11464679 or 1642577. OLE color: 1642577.

HSL color Cylindrical-coordinate representation of color #511019: hue angle of 351.69º 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 #511019 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 25 -
CMYK 0 0.80 0.69 0.68
HSL 351.69º 0.67% 0.19% -
HSV(B) 351.69º 0.8% 0.32% -
XYZ 3.75 2.19 1.14 -
YUV 36.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 81 16 25 0 0.80 0.69 0.68 351.69 0.67 0.19
Hex 51 10 19 0 50 45 44 160 43 13
Octal 121 20 31 0 120 105 104 540 103 23
Binary 1010001 10000 11001 0 1010000 1000101 1000100 101100000 1000011 10011

Color Harmonies of #511019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511019

Black with #511019

Text Example


Text Example

White with #511019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511019; }

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

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

background-color css

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

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

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

border-color css

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

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

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