Html Css Color HEX #840915 Burgundy

📋 copy color: '#840915'

red 132 ◦ green 9 ◦ blue 21

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

Shades of Burgundy #840915

Tints of Burgundy #840915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 81.48%
G = 5.56%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#840915 (or 0x840915) is known color: Burgundy. HEX triplet: 84, 09 and 15. RGB value is (132,9,21). Sum of RGB (Red+Green+Blue) = 132+9+21=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #840915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840915 is #7BF6EA. Grayscale: #2F2F2F. Windows color (decimal): -8124139 or 1378692. OLE color: 1378692.

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

Color convert

RGB 132 9 21 -
CMYK 0 0.93 0.84 0.48
HSL 354.15º 0.87% 0.28% -
HSV(B) 354.15º 0.93% 0.52% -
XYZ 9.75 5.16 1.19 -
YUV 47.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 132 9 21 0 0.93 0.84 0.48 354.15 0.87 0.28
Hex 84 9 15 0 5D 54 30 162 57 1C
Octal 204 11 25 0 135 124 60 542 127 34
Binary 10000100 1001 10101 0 1011101 1010100 110000 101100010 1010111 11100

Color Harmonies of #840915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840915

Black with #840915

Text Example


Text Example

White with #840915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840915; }

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

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

background-color css

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

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

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

border-color css

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

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

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