Html Css Color HEX #91092B Burgundy

📋 copy color: '#91092B'

red 145 ◦ green 9 ◦ blue 43

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

Shades of Burgundy #91092B

Tints of Burgundy #91092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.83%

R = 73.6%
G = 4.57%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#91092B (or 0x91092B) is known color: Burgundy. HEX triplet: 91, 09 and 2B. RGB value is (145,9,43). Sum of RGB (Red+Green+Blue) = 145+9+43=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91092B is #6EF6D4. Grayscale: #353535. Windows color (decimal): -7272149 or 2820497. OLE color: 2820497.

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

Color convert

RGB 145 9 43 -
CMYK 0 0.94 0.70 0.43
HSL 345º 0.88% 0.3% -
HSV(B) 345º 0.94% 0.57% -
XYZ 12.21 6.39 2.88 -
YUV 53.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 145 9 43 0 0.94 0.70 0.43 345 0.88 0.3
Hex 91 9 2B 0 5E 46 2B 159 58 1E
Octal 221 11 53 0 136 106 53 531 130 36
Binary 10010001 1001 101011 0 1011110 1000110 101011 101011001 1011000 11110

Color Harmonies of #91092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91092B

Black with #91092B

Text Example


Text Example

White with #91092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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