Html Css Color HEX #511218 Bordeaux

📋 copy color: '#511218'

red 81 ◦ green 18 ◦ blue 24

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

Shades of Bordeaux #511218

Tints of Bordeaux #511218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 65.85%
G = 14.63%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#511218 (or 0x511218) is known color: Bordeaux. HEX triplet: 51, 12 and 18. RGB value is (81,18,24). Sum of RGB (Red+Green+Blue) = 81+18+24=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511218 is #AEEDE7. Grayscale: #252525. Windows color (decimal): -11464168 or 1577553. OLE color: 1577553.

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

Color convert

RGB 81 18 24 -
CMYK 0 0.78 0.70 0.68
HSL 354.29º 0.64% 0.19% -
HSV(B) 354.29º 0.78% 0.32% -
XYZ 3.77 2.25 1.1 -
YUV 37.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 81 18 24 0 0.78 0.70 0.68 354.29 0.64 0.19
Hex 51 12 18 0 4E 46 44 162 40 13
Octal 121 22 30 0 116 106 104 542 100 23
Binary 1010001 10010 11000 0 1001110 1000110 1000100 101100010 1000000 10011

Color Harmonies of #511218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511218

Black with #511218

Text Example


Text Example

White with #511218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511218; }

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

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

background-color css

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

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

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

border-color css

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

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

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