Html Css Color HEX #91082D Burgundy

📋 copy color: '#91082D'

red 145 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #91082D

Tints of Burgundy #91082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 73.23%
G = 4.04%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#91082D (or 0x91082D) is known color: Burgundy. HEX triplet: 91, 08 and 2D. RGB value is (145,8,45). Sum of RGB (Red+Green+Blue) = 145+8+45=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #91082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91082D is #6EF7D2. Grayscale: #353535. Windows color (decimal): -7272403 or 2951313. OLE color: 2951313.

HSL color Cylindrical-coordinate representation of color #91082D: hue angle of 343.8º 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 #91082D is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 8 45 -
CMYK 0 0.94 0.69 0.43
HSL 343.8º 0.9% 0.3% -
HSV(B) 343.8º 0.94% 0.57% -
XYZ 12.24 6.38 3.07 -
YUV 53.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 145 8 45 0 0.94 0.69 0.43 343.8 0.9 0.3
Hex 91 8 2D 0 5E 45 2B 158 5A 1E
Octal 221 10 55 0 136 105 53 530 132 36
Binary 10010001 1000 101101 0 1011110 1000101 101011 101011000 1011010 11110

Color Harmonies of #91082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91082D

Black with #91082D

Text Example


Text Example

White with #91082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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