Html Css Color HEX #840935 Burgundy

📋 copy color: '#840935'

red 132 ◦ green 9 ◦ blue 53

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

Shades of Burgundy #840935

Tints of Burgundy #840935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 68.04%
G = 4.64%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#840935 (or 0x840935) is known color: Burgundy. HEX triplet: 84, 09 and 35. RGB value is (132,9,53). Sum of RGB (Red+Green+Blue) = 132+9+53=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #840935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840935 is #7BF6CA. Grayscale: #323232. Windows color (decimal): -8124107 or 3475844. OLE color: 3475844.

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

Color convert

RGB 132 9 53 -
CMYK 0 0.93 0.60 0.48
HSL 338.54º 0.87% 0.28% -
HSV(B) 338.54º 0.93% 0.52% -
XYZ 10.26 5.36 3.86 -
YUV 50.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 132 9 53 0 0.93 0.60 0.48 338.54 0.87 0.28
Hex 84 9 35 0 5D 3C 30 153 57 1C
Octal 204 11 65 0 135 74 60 523 127 34
Binary 10000100 1001 110101 0 1011101 111100 110000 101010011 1010111 11100

Color Harmonies of #840935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840935

Black with #840935

Text Example


Text Example

White with #840935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840935; }

 p { color: rgb(132,9,53); }

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

background-color css

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

 a { background-color: rgb(132,9,53); }

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

border-color css

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

 span { border-color: rgb(132,9,53); }

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