Html Css Color HEX #84012C Burgundy

📋 copy color: '#84012C'

red 132 ◦ green 1 ◦ blue 44

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

Shades of Burgundy #84012C

Tints of Burgundy #84012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 74.58%
G = 0.56%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84012C (or 0x84012C) is known color: Burgundy. HEX triplet: 84, 01 and 2C. RGB value is (132,1,44). Sum of RGB (Red+Green+Blue) = 132+1+44=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84012C is #7BFED3. Grayscale: #2D2D2D. Windows color (decimal): -8126164 or 2883972. OLE color: 2883972.

HSL color Cylindrical-coordinate representation of color #84012C: hue angle of 340.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84012C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 44 -
CMYK 0 0.99 0.67 0.48
HSL 340.31º 0.98% 0.26% -
HSV(B) 340.31º 0.99% 0.52% -
XYZ 9.98 5.11 2.84 -
YUV 45.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 132 1 44 0 0.99 0.67 0.48 340.31 0.98 0.26
Hex 84 1 2C 0 63 43 30 154 62 1A
Octal 204 1 54 0 143 103 60 524 142 32
Binary 10000100 1 101100 0 1100011 1000011 110000 101010100 1100010 11010

Color Harmonies of #84012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84012C

Black with #84012C

Text Example


Text Example

White with #84012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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