Html Css Color HEX #840825 Burgundy

📋 copy color: '#840825'

red 132 ◦ green 8 ◦ blue 37

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

Shades of Burgundy #840825

Tints of Burgundy #840825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.52%

 BLUE value IS 37 (14.84% from 255) = 20.9%

R = 74.58%
G = 4.52%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#840825 (or 0x840825) is known color: Burgundy. HEX triplet: 84, 08 and 25. RGB value is (132,8,37). Sum of RGB (Red+Green+Blue) = 132+8+37=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #840825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840825 is #7BF7DA. Grayscale: #303030. Windows color (decimal): -8124379 or 2427012. OLE color: 2427012.

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

Color convert

RGB 132 8 37 -
CMYK 0 0.94 0.72 0.48
HSL 345.97º 0.89% 0.27% -
HSV(B) 345.97º 0.94% 0.52% -
XYZ 9.94 5.21 2.23 -
YUV 48.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 132 8 37 0 0.94 0.72 0.48 345.97 0.89 0.27
Hex 84 8 25 0 5E 48 30 15A 59 1B
Octal 204 10 45 0 136 110 60 532 131 33
Binary 10000100 1000 100101 0 1011110 1001000 110000 101011010 1011001 11011

Color Harmonies of #840825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840825

Black with #840825

Text Example


Text Example

White with #840825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840825; }

 p { color: rgb(132,8,37); }

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

background-color css

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

 a { background-color: rgb(132,8,37); }

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

border-color css

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

 span { border-color: rgb(132,8,37); }

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