Html Css Color HEX #91092A Burgundy

📋 copy color: '#91092A'

red 145 ◦ green 9 ◦ blue 42

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

Shades of Burgundy #91092A

Tints of Burgundy #91092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 73.98%
G = 4.59%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#91092A (or 0x91092A) is known color: Burgundy. HEX triplet: 91, 09 and 2A. RGB value is (145,9,42). Sum of RGB (Red+Green+Blue) = 145+9+42=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #91092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91092A is #6EF6D5. Grayscale: #353535. Windows color (decimal): -7272150 or 2754961. OLE color: 2754961.

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

Color convert

RGB 145 9 42 -
CMYK 0 0.94 0.71 0.43
HSL 345.44º 0.88% 0.3% -
HSV(B) 345.44º 0.94% 0.57% -
XYZ 12.19 6.38 2.78 -
YUV 53.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 145 9 42 0 0.94 0.71 0.43 345.44 0.88 0.3
Hex 91 9 2A 0 5E 47 2B 159 58 1E
Octal 221 11 52 0 136 107 53 531 130 36
Binary 10010001 1001 101010 0 1011110 1000111 101011 101011001 1011000 11110

Color Harmonies of #91092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91092A

Black with #91092A

Text Example


Text Example

White with #91092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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