Html Css Color HEX #840525 Burgundy

📋 copy color: '#840525'

red 132 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #840525

Tints of Burgundy #840525

RGB

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

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

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

R = 75.86%
G = 2.87%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#840525 (or 0x840525) is known color: Burgundy. HEX triplet: 84, 05 and 25. RGB value is (132,5,37). Sum of RGB (Red+Green+Blue) = 132+5+37=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #840525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840525 is #7BFADA. Grayscale: #2E2E2E. Windows color (decimal): -8125147 or 2426244. OLE color: 2426244.

HSL color Cylindrical-coordinate representation of color #840525: hue angle of 344.88º 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 #840525 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 5 37 -
CMYK 0 0.96 0.72 0.48
HSL 344.88º 0.93% 0.27% -
HSV(B) 344.88º 0.96% 0.52% -
XYZ 9.9 5.15 2.22 -
YUV 46.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 132 5 37 0 0.96 0.72 0.48 344.88 0.93 0.27
Hex 84 5 25 0 60 48 30 159 5D 1B
Octal 204 5 45 0 140 110 60 531 135 33
Binary 10000100 101 100101 0 1100000 1001000 110000 101011001 1011101 11011

Color Harmonies of #840525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840525

Black with #840525

Text Example


Text Example

White with #840525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840525; }

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

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

background-color css

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

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

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

border-color css

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

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

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