Html Css Color HEX #511018 Bordeaux

📋 copy color: '#511018'

red 81 ◦ green 16 ◦ blue 24

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

Shades of Bordeaux #511018

Tints of Bordeaux #511018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.83%

R = 66.94%
G = 13.22%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#511018 (or 0x511018) is known color: Bordeaux. HEX triplet: 51, 10 and 18. RGB value is (81,16,24). Sum of RGB (Red+Green+Blue) = 81+16+24=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511018 is #AEEFE7. Grayscale: #242424. Windows color (decimal): -11464680 or 1577041. OLE color: 1577041.

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

Color convert

RGB 81 16 24 -
CMYK 0 0.80 0.70 0.68
HSL 352.62º 0.67% 0.19% -
HSV(B) 352.62º 0.8% 0.32% -
XYZ 3.74 2.19 1.09 -
YUV 36.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 81 16 24 0 0.80 0.70 0.68 352.62 0.67 0.19
Hex 51 10 18 0 50 46 44 161 43 13
Octal 121 20 30 0 120 106 104 541 103 23
Binary 1010001 10000 11000 0 1010000 1000110 1000100 101100001 1000011 10011

Color Harmonies of #511018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511018

Black with #511018

Text Example


Text Example

White with #511018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511018; }

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

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

background-color css

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

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

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

border-color css

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

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

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