Html Css Color HEX #91083A Burgundy

📋 copy color: '#91083A'

red 145 ◦ green 8 ◦ blue 58

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

Shades of Burgundy #91083A

Tints of Burgundy #91083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 68.72%
G = 3.79%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#91083A (or 0x91083A) is known color: Burgundy. HEX triplet: 91, 08 and 3A. RGB value is (145,8,58). Sum of RGB (Red+Green+Blue) = 145+8+58=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #91083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91083A is #6EF7C5. Grayscale: #363636. Windows color (decimal): -7272390 or 3803281. OLE color: 3803281.

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

Color convert

RGB 145 8 58 -
CMYK 0 0.94 0.6 0.43
HSL 338.1º 0.9% 0.3% -
HSV(B) 338.1º 0.94% 0.57% -
XYZ 12.53 6.5 4.6 -
YUV 54.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 145 8 58 0 0.94 0.6 0.43 338.1 0.9 0.3
Hex 91 8 3A 0 5E 3C 2B 152 5A 1E
Octal 221 10 72 0 136 74 53 522 132 36
Binary 10010001 1000 111010 0 1011110 111100 101011 101010010 1011010 11110

Color Harmonies of #91083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91083A

Black with #91083A

Text Example


Text Example

White with #91083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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