Html Css Color HEX #91092E Burgundy

📋 copy color: '#91092E'

red 145 ◦ green 9 ◦ blue 46

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

Shades of Burgundy #91092E

Tints of Burgundy #91092E

RGB

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

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

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

R = 72.5%
G = 4.5%
B = 23%

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

#91092E (or 0x91092E) is known color: Burgundy. HEX triplet: 91, 09 and 2E. RGB value is (145,9,46). Sum of RGB (Red+Green+Blue) = 145+9+46=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #91092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91092E is #6EF6D1. Grayscale: #353535. Windows color (decimal): -7272146 or 3017105. OLE color: 3017105.

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

Color convert

RGB 145 9 46 -
CMYK 0 0.94 0.68 0.43
HSL 343.68º 0.88% 0.3% -
HSV(B) 343.68º 0.94% 0.57% -
XYZ 12.27 6.41 3.18 -
YUV 53.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 145 9 46 0 0.94 0.68 0.43 343.68 0.88 0.3
Hex 91 9 2E 0 5E 44 2B 158 58 1E
Octal 221 11 56 0 136 104 53 530 130 36
Binary 10010001 1001 101110 0 1011110 1000100 101011 101011000 1011000 11110

Color Harmonies of #91092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91092E

Black with #91092E

Text Example


Text Example

White with #91092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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