Html Css Color HEX #840328 Burgundy

📋 copy color: '#840328'

red 132 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #840328

Tints of Burgundy #840328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 75.43%
G = 1.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#840328 (or 0x840328) is known color: Burgundy. HEX triplet: 84, 03 and 28. RGB value is (132,3,40). Sum of RGB (Red+Green+Blue) = 132+3+40=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #840328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840328 is #7BFCD7. Grayscale: #2D2D2D. Windows color (decimal): -8125656 or 2622340. OLE color: 2622340.

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

Color convert

RGB 132 3 40 -
CMYK 0 0.98 0.70 0.48
HSL 342.79º 0.96% 0.26% -
HSV(B) 342.79º 0.98% 0.52% -
XYZ 9.93 5.12 2.47 -
YUV 45.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 132 3 40 0 0.98 0.70 0.48 342.79 0.96 0.26
Hex 84 3 28 0 62 46 30 157 60 1A
Octal 204 3 50 0 142 106 60 527 140 32
Binary 10000100 11 101000 0 1100010 1000110 110000 101010111 1100000 11010

Color Harmonies of #840328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840328

Black with #840328

Text Example


Text Example

White with #840328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840328; }

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

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

background-color css

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

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

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

border-color css

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

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

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