Html Css Color HEX #91082E Burgundy

📋 copy color: '#91082E'

red 145 ◦ green 8 ◦ blue 46

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

Shades of Burgundy #91082E

Tints of Burgundy #91082E

RGB

 RED value IS 145 (57.03% from 255) = 72.86%

 GREEN value IS 8 (3.52% from 255) = 4.02%

 BLUE value IS 46 (18.36% from 255) = 23.12%

R = 72.86%
G = 4.02%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#91082E (or 0x91082E) is known color: Burgundy. HEX triplet: 91, 08 and 2E. RGB value is (145,8,46). Sum of RGB (Red+Green+Blue) = 145+8+46=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #91082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91082E is #6EF7D1. Grayscale: #353535. Windows color (decimal): -7272402 or 3016849. OLE color: 3016849.

HSL color Cylindrical-coordinate representation of color #91082E: hue angle of 343.36º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91082E is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 8 46 -
CMYK 0 0.94 0.68 0.43
HSL 343.36º 0.9% 0.3% -
HSV(B) 343.36º 0.94% 0.57% -
XYZ 12.26 6.39 3.17 -
YUV 53.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 145 8 46 0 0.94 0.68 0.43 343.36 0.9 0.3
Hex 91 8 2E 0 5E 44 2B 157 5A 1E
Octal 221 10 56 0 136 104 53 527 132 36
Binary 10010001 1000 101110 0 1011110 1000100 101011 101010111 1011010 11110

Color Harmonies of #91082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91082E

Black with #91082E

Text Example


Text Example

White with #91082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,8,46); }

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

background-color css

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

 a { background-color: rgb(145,8,46); }

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

border-color css

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

 span { border-color: rgb(145,8,46); }

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