Html Css Color HEX #840926 Burgundy

📋 copy color: '#840926'

red 132 ◦ green 9 ◦ blue 38

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

Shades of Burgundy #840926

Tints of Burgundy #840926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.23%

R = 73.74%
G = 5.03%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#840926 (or 0x840926) is known color: Burgundy. HEX triplet: 84, 09 and 26. RGB value is (132,9,38). Sum of RGB (Red+Green+Blue) = 132+9+38=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #840926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840926 is #7BF6D9. Grayscale: #313131. Windows color (decimal): -8124122 or 2492804. OLE color: 2492804.

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

Color convert

RGB 132 9 38 -
CMYK 0 0.93 0.71 0.48
HSL 345.85º 0.87% 0.28% -
HSV(B) 345.85º 0.93% 0.52% -
XYZ 9.96 5.24 2.32 -
YUV 49.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 132 9 38 0 0.93 0.71 0.48 345.85 0.87 0.28
Hex 84 9 26 0 5D 47 30 15A 57 1C
Octal 204 11 46 0 135 107 60 532 127 34
Binary 10000100 1001 100110 0 1011101 1000111 110000 101011010 1010111 11100

Color Harmonies of #840926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840926

Black with #840926

Text Example


Text Example

White with #840926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840926; }

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

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

background-color css

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

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

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

border-color css

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

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

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