Html Css Color HEX #91082A Burgundy

📋 copy color: '#91082A'

red 145 ◦ green 8 ◦ blue 42

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

Shades of Burgundy #91082A

Tints of Burgundy #91082A

RGB

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

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

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

R = 74.36%
G = 4.1%
B = 21.54%

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

#91082A (or 0x91082A) is known color: Burgundy. HEX triplet: 91, 08 and 2A. RGB value is (145,8,42). Sum of RGB (Red+Green+Blue) = 145+8+42=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #91082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91082A is #6EF7D5. Grayscale: #343434. Windows color (decimal): -7272406 or 2754705. OLE color: 2754705.

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

Color convert

RGB 145 8 42 -
CMYK 0 0.94 0.71 0.43
HSL 345.11º 0.9% 0.3% -
HSV(B) 345.11º 0.94% 0.57% -
XYZ 12.18 6.36 2.78 -
YUV 52.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 145 8 42 0 0.94 0.71 0.43 345.11 0.9 0.3
Hex 91 8 2A 0 5E 47 2B 159 5A 1E
Octal 221 10 52 0 136 107 53 531 132 36
Binary 10010001 1000 101010 0 1011110 1000111 101011 101011001 1011010 11110

Color Harmonies of #91082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91082A

Black with #91082A

Text Example


Text Example

White with #91082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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