Html Css Color HEX #511028 Bordeaux

📋 copy color: '#511028'

red 81 ◦ green 16 ◦ blue 40

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

Shades of Bordeaux #511028

Tints of Bordeaux #511028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 59.12%
G = 11.68%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#511028 (or 0x511028) is known color: Bordeaux. HEX triplet: 51, 10 and 28. RGB value is (81,16,40). Sum of RGB (Red+Green+Blue) = 81+16+40=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511028 is #AEEFD7. Grayscale: #262626. Windows color (decimal): -11464664 or 2625617. OLE color: 2625617.

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

Color convert

RGB 81 16 40 -
CMYK 0 0.80 0.51 0.68
HSL 337.85º 0.67% 0.19% -
HSV(B) 337.85º 0.8% 0.32% -
XYZ 3.96 2.27 2.24 -
YUV 38.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 81 16 40 0 0.80 0.51 0.68 337.85 0.67 0.19
Hex 51 10 28 0 50 33 44 152 43 13
Octal 121 20 50 0 120 63 104 522 103 23
Binary 1010001 10000 101000 0 1010000 110011 1000100 101010010 1000011 10011

Color Harmonies of #511028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511028

Black with #511028

Text Example


Text Example

White with #511028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511028; }

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

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

background-color css

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

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

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

border-color css

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

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

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