Html Css Color HEX #840628 Burgundy

📋 copy color: '#840628'

red 132 ◦ green 6 ◦ blue 40

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

Shades of Burgundy #840628

Tints of Burgundy #840628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

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

R = 74.16%
G = 3.37%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#840628 (or 0x840628) is known color: Burgundy. HEX triplet: 84, 06 and 28. RGB value is (132,6,40). Sum of RGB (Red+Green+Blue) = 132+6+40=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #840628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840628 is #7BF9D7. Grayscale: #2F2F2F. Windows color (decimal): -8124888 or 2623108. OLE color: 2623108.

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

Color convert

RGB 132 6 40 -
CMYK 0 0.95 0.70 0.48
HSL 343.81º 0.91% 0.27% -
HSV(B) 343.81º 0.95% 0.52% -
XYZ 9.96 5.19 2.48 -
YUV 47.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 132 6 40 0 0.95 0.70 0.48 343.81 0.91 0.27
Hex 84 6 28 0 5F 46 30 158 5B 1B
Octal 204 6 50 0 137 106 60 530 133 33
Binary 10000100 110 101000 0 1011111 1000110 110000 101011000 1011011 11011

Color Harmonies of #840628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840628

Black with #840628

Text Example


Text Example

White with #840628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840628; }

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

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

background-color css

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

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

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

border-color css

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

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

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