Html Css Color HEX #511026 Bordeaux

📋 copy color: '#511026'

red 81 ◦ green 16 ◦ blue 38

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

Shades of Bordeaux #511026

Tints of Bordeaux #511026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 28.15%

R = 60%
G = 11.85%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#511026 (or 0x511026) is known color: Bordeaux. HEX triplet: 51, 10 and 26. RGB value is (81,16,38). Sum of RGB (Red+Green+Blue) = 81+16+38=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511026 is #AEEFD9. Grayscale: #252525. Windows color (decimal): -11464666 or 2494545. OLE color: 2494545.

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

Color convert

RGB 81 16 38 -
CMYK 0 0.80 0.53 0.68
HSL 339.69º 0.67% 0.19% -
HSV(B) 339.69º 0.8% 0.32% -
XYZ 3.93 2.26 2.06 -
YUV 37.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 81 16 38 0 0.80 0.53 0.68 339.69 0.67 0.19
Hex 51 10 26 0 50 35 44 154 43 13
Octal 121 20 46 0 120 65 104 524 103 23
Binary 1010001 10000 100110 0 1010000 110101 1000100 101010100 1000011 10011

Color Harmonies of #511026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511026

Black with #511026

Text Example


Text Example

White with #511026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511026; }

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

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

background-color css

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

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

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

border-color css

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

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

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