Html Css Color HEX #841323 Burgundy

📋 copy color: '#841323'

red 132 ◦ green 19 ◦ blue 35

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

Shades of Burgundy #841323

Tints of Burgundy #841323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 70.97%
G = 10.22%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#841323 (or 0x841323) is known color: Burgundy. HEX triplet: 84, 13 and 23. RGB value is (132,19,35). Sum of RGB (Red+Green+Blue) = 132+19+35=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #841323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841323 is #7BECDC. Grayscale: #363636. Windows color (decimal): -8121565 or 2298756. OLE color: 2298756.

HSL color Cylindrical-coordinate representation of color #841323: hue angle of 351.5º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841323 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 35 -
CMYK 0 0.86 0.73 0.48
HSL 351.5º 0.75% 0.3% -
HSV(B) 351.5º 0.86% 0.52% -
XYZ 10.05 5.49 2.12 -
YUV 54.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 132 19 35 0 0.86 0.73 0.48 351.5 0.75 0.3
Hex 84 13 23 0 56 49 30 160 4B 1E
Octal 204 23 43 0 126 111 60 540 113 36
Binary 10000100 10011 100011 0 1010110 1001001 110000 101100000 1001011 11110

Color Harmonies of #841323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841323

Black with #841323

Text Example


Text Example

White with #841323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841323; }

 p { color: rgb(132,19,35); }

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

background-color css

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

 a { background-color: rgb(132,19,35); }

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

border-color css

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

 span { border-color: rgb(132,19,35); }

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