Html Css Color HEX #511828 Bordeaux

📋 copy color: '#511828'

red 81 ◦ green 24 ◦ blue 40

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

Shades of Bordeaux #511828

Tints of Bordeaux #511828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

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

R = 55.86%
G = 16.55%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#511828 (or 0x511828) is known color: Bordeaux. HEX triplet: 51, 18 and 28. RGB value is (81,24,40). Sum of RGB (Red+Green+Blue) = 81+24+40=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #511828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511828 is #AEE7D7. Grayscale: #2A2A2A. Windows color (decimal): -11462616 or 2627665. OLE color: 2627665.

HSL color Cylindrical-coordinate representation of color #511828: hue angle of 343.16º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511828 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 40 -
CMYK 0 0.70 0.51 0.68
HSL 343.16º 0.54% 0.21% -
HSV(B) 343.16º 0.7% 0.32% -
XYZ 4.1 2.56 2.28 -
YUV 42.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 81 24 40 0 0.70 0.51 0.68 343.16 0.54 0.21
Hex 51 18 28 0 46 33 44 157 36 15
Octal 121 30 50 0 106 63 104 527 66 25
Binary 1010001 11000 101000 0 1000110 110011 1000100 101010111 110110 10101

Color Harmonies of #511828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511828

Black with #511828

Text Example


Text Example

White with #511828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511828; }

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

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

background-color css

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

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

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

border-color css

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

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

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