Html Css Color HEX #84101E Burgundy

📋 copy color: '#84101E'

red 132 ◦ green 16 ◦ blue 30

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

Shades of Burgundy #84101E

Tints of Burgundy #84101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

 BLUE value IS 30 (12.11% from 255) = 16.85%

R = 74.16%
G = 8.99%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84101E (or 0x84101E) is known color: Burgundy. HEX triplet: 84, 10 and 1E. RGB value is (132,16,30). Sum of RGB (Red+Green+Blue) = 132+16+30=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #84101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84101E is #7BEFE1. Grayscale: #343434. Windows color (decimal): -8122338 or 1970308. OLE color: 1970308.

HSL color Cylindrical-coordinate representation of color #84101E: hue angle of 352.76º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84101E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 16 30 -
CMYK 0 0.88 0.77 0.48
HSL 352.76º 0.78% 0.29% -
HSV(B) 352.76º 0.88% 0.52% -
XYZ 9.94 5.37 1.74 -
YUV 52.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 132 16 30 0 0.88 0.77 0.48 352.76 0.78 0.29
Hex 84 10 1E 0 58 4D 30 161 4E 1D
Octal 204 20 36 0 130 115 60 541 116 35
Binary 10000100 10000 11110 0 1011000 1001101 110000 101100001 1001110 11101

Color Harmonies of #84101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84101E

Black with #84101E

Text Example


Text Example

White with #84101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84101E; }

 p { color: rgb(132,16,30); }

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

background-color css

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

 a { background-color: rgb(132,16,30); }

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

border-color css

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

 span { border-color: rgb(132,16,30); }

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