Html Css Color HEX #91093F Burgundy

📋 copy color: '#91093F'

red 145 ◦ green 9 ◦ blue 63

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

Shades of Burgundy #91093F

Tints of Burgundy #91093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.03%

R = 66.82%
G = 4.15%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#91093F (or 0x91093F) is known color: Burgundy. HEX triplet: 91, 09 and 3F. RGB value is (145,9,63). Sum of RGB (Red+Green+Blue) = 145+9+63=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #91093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91093F is #6EF6C0. Grayscale: #373737. Windows color (decimal): -7272129 or 4131217. OLE color: 4131217.

HSL color Cylindrical-coordinate representation of color #91093F: hue angle of 336.18º degrees, saturation: 0.88, 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 #91093F is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 9 63 -
CMYK 0 0.94 0.57 0.43
HSL 336.18º 0.88% 0.3% -
HSV(B) 336.18º 0.94% 0.57% -
XYZ 12.67 6.57 5.3 -
YUV 55.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 145 9 63 0 0.94 0.57 0.43 336.18 0.88 0.3
Hex 91 9 3F 0 5E 39 2B 150 58 1E
Octal 221 11 77 0 136 71 53 520 130 36
Binary 10010001 1001 111111 0 1011110 111001 101011 101010000 1011000 11110

Color Harmonies of #91093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91093F

Black with #91093F

Text Example


Text Example

White with #91093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91093F; }

 p { color: rgb(145,9,63); }

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

background-color css

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

 a { background-color: rgb(145,9,63); }

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

border-color css

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

 span { border-color: rgb(145,9,63); }

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