Html Css Color HEX #84121C Burgundy

📋 copy color: '#84121C'

red 132 ◦ green 18 ◦ blue 28

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

Shades of Burgundy #84121C

Tints of Burgundy #84121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 74.16%
G = 10.11%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#84121C (or 0x84121C) is known color: Burgundy. HEX triplet: 84, 12 and 1C. RGB value is (132,18,28). Sum of RGB (Red+Green+Blue) = 132+18+28=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #84121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84121C is #7BEDE3. Grayscale: #353535. Windows color (decimal): -8121828 or 1839748. OLE color: 1839748.

HSL color Cylindrical-coordinate representation of color #84121C: hue angle of 354.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84121C is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 28 -
CMYK 0 0.86 0.79 0.48
HSL 354.74º 0.76% 0.29% -
HSV(B) 354.74º 0.86% 0.52% -
XYZ 9.94 5.42 1.62 -
YUV 53.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 132 18 28 0 0.86 0.79 0.48 354.74 0.76 0.29
Hex 84 12 1C 0 56 4F 30 163 4C 1D
Octal 204 22 34 0 126 117 60 543 114 35
Binary 10000100 10010 11100 0 1010110 1001111 110000 101100011 1001100 11101

Color Harmonies of #84121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84121C

Black with #84121C

Text Example


Text Example

White with #84121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,18,28); }

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

background-color css

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

 a { background-color: rgb(132,18,28); }

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

border-color css

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

 span { border-color: rgb(132,18,28); }

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