Html Css Color HEX #840528 Burgundy

📋 copy color: '#840528'

red 132 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #840528

Tints of Burgundy #840528

RGB

 RED value IS 132 (51.95% from 255) = 74.58%

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 74.58%
G = 2.82%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#840528 (or 0x840528) is known color: Burgundy. HEX triplet: 84, 05 and 28. RGB value is (132,5,40). Sum of RGB (Red+Green+Blue) = 132+5+40=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #840528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840528 is #7BFAD7. Grayscale: #2E2E2E. Windows color (decimal): -8125144 or 2622852. OLE color: 2622852.

HSL color Cylindrical-coordinate representation of color #840528: hue angle of 343.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840528 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 5 40 -
CMYK 0 0.96 0.70 0.48
HSL 343.46º 0.93% 0.27% -
HSV(B) 343.46º 0.96% 0.52% -
XYZ 9.95 5.17 2.48 -
YUV 46.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 132 5 40 0 0.96 0.70 0.48 343.46 0.93 0.27
Hex 84 5 28 0 60 46 30 157 5D 1B
Octal 204 5 50 0 140 106 60 527 135 33
Binary 10000100 101 101000 0 1100000 1000110 110000 101010111 1011101 11011

Color Harmonies of #840528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840528

Black with #840528

Text Example


Text Example

White with #840528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840528; }

 p { color: rgb(132,5,40); }

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

background-color css

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

 a { background-color: rgb(132,5,40); }

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

border-color css

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

 span { border-color: rgb(132,5,40); }

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