Html Css Color HEX #511518 Bordeaux

📋 copy color: '#511518'

red 81 ◦ green 21 ◦ blue 24

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

Shades of Bordeaux #511518

Tints of Bordeaux #511518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 64.29%
G = 16.67%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#511518 (or 0x511518) is known color: Bordeaux. HEX triplet: 51, 15 and 18. RGB value is (81,21,24). Sum of RGB (Red+Green+Blue) = 81+21+24=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #511518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511518 is #AEEAE7. Grayscale: #272727. Windows color (decimal): -11463400 or 1578321. OLE color: 1578321.

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

Color convert

RGB 81 21 24 -
CMYK 0 0.74 0.70 0.68
HSL 357º 0.59% 0.2% -
HSV(B) 357º 0.74% 0.32% -
XYZ 3.83 2.35 1.12 -
YUV 39.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 81 21 24 0 0.74 0.70 0.68 357 0.59 0.2
Hex 51 15 18 0 4A 46 44 165 3B 14
Octal 121 25 30 0 112 106 104 545 73 24
Binary 1010001 10101 11000 0 1001010 1000110 1000100 101100101 111011 10100

Color Harmonies of #511518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511518

Black with #511518

Text Example


Text Example

White with #511518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511518; }

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

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

background-color css

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

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

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

border-color css

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

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

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