Html Css Color HEX #84092C Burgundy

📋 copy color: '#84092C'

red 132 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #84092C

Tints of Burgundy #84092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.78%

R = 71.35%
G = 4.86%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84092C (or 0x84092C) is known color: Burgundy. HEX triplet: 84, 09 and 2C. RGB value is (132,9,44). Sum of RGB (Red+Green+Blue) = 132+9+44=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #84092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84092C is #7BF6D3. Grayscale: #313131. Windows color (decimal): -8124116 or 2886020. OLE color: 2886020.

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

Color convert

RGB 132 9 44 -
CMYK 0 0.93 0.67 0.48
HSL 342.93º 0.87% 0.28% -
HSV(B) 342.93º 0.93% 0.52% -
XYZ 10.07 5.28 2.87 -
YUV 49.77 124.75 186.65 -
System Red Green Blue C M Y K H S L
Decimal 132 9 44 0 0.93 0.67 0.48 342.93 0.87 0.28
Hex 84 9 2C 0 5D 43 30 157 57 1C
Octal 204 11 54 0 135 103 60 527 127 34
Binary 10000100 1001 101100 0 1011101 1000011 110000 101010111 1010111 11100

Color Harmonies of #84092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84092C

Black with #84092C

Text Example


Text Example

White with #84092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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