Html Css Color HEX #511318 Bordeaux

📋 copy color: '#511318'

red 81 ◦ green 19 ◦ blue 24

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

Shades of Bordeaux #511318

Tints of Bordeaux #511318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 65.32%
G = 15.32%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#511318 (or 0x511318) is known color: Bordeaux. HEX triplet: 51, 13 and 18. RGB value is (81,19,24). Sum of RGB (Red+Green+Blue) = 81+19+24=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #511318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511318 is #AEECE7. Grayscale: #262626. Windows color (decimal): -11463912 or 1577809. OLE color: 1577809.

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

Color convert

RGB 81 19 24 -
CMYK 0 0.77 0.70 0.68
HSL 355.16º 0.62% 0.2% -
HSV(B) 355.16º 0.77% 0.32% -
XYZ 3.79 2.28 1.1 -
YUV 38.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 81 19 24 0 0.77 0.70 0.68 355.16 0.62 0.2
Hex 51 13 18 0 4D 46 44 163 3E 14
Octal 121 23 30 0 115 106 104 543 76 24
Binary 1010001 10011 11000 0 1001101 1000110 1000100 101100011 111110 10100

Color Harmonies of #511318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511318

Black with #511318

Text Example


Text Example

White with #511318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511318; }

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

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

background-color css

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

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

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

border-color css

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

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

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