Html Css Color HEX #91003A Burgundy

📋 copy color: '#91003A'

red 145 ◦ green 0 ◦ blue 58

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

Shades of Burgundy #91003A

Tints of Burgundy #91003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#91003A (or 0x91003A) is known color: Burgundy. HEX triplet: 91, 00 and 3A. RGB value is (145,0,58). Sum of RGB (Red+Green+Blue) = 145+0+58=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #91003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91003A is #6EFFC5. Grayscale: #313131. Windows color (decimal): -7274438 or 3801233. OLE color: 3801233.

HSL color Cylindrical-coordinate representation of color #91003A: hue angle of 336º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91003A is Cyan = 0, Magento = 1, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 58 -
CMYK 0 1 0.6 0.43
HSL 336º 1% 0.28% -
HSV(B) 336º 1% 0.57% -
XYZ 12.44 6.33 4.57 -
YUV 49.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 145 0 58 0 1 0.6 0.43 336 1 0.28
Hex 91 0 3A 0 64 3C 2B 150 64 1C
Octal 221 0 72 0 144 74 53 520 144 34
Binary 10010001 0 111010 0 1100100 111100 101011 101010000 1100100 11100

Color Harmonies of #91003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91003A

Black with #91003A

Text Example


Text Example

White with #91003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,0,58); }

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

background-color css

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

 a { background-color: rgb(145,0,58); }

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

border-color css

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

 span { border-color: rgb(145,0,58); }

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