Html Css Color HEX #91033B Burgundy

📋 copy color: '#91033B'

red 145 ◦ green 3 ◦ blue 59

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

Shades of Burgundy #91033B

Tints of Burgundy #91033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

 BLUE value IS 59 (23.44% from 255) = 28.5%

R = 70.05%
G = 1.45%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#91033B (or 0x91033B) is known color: Burgundy. HEX triplet: 91, 03 and 3B. RGB value is (145,3,59). Sum of RGB (Red+Green+Blue) = 145+3+59=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #91033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91033B is #6EFCC4. Grayscale: #333333. Windows color (decimal): -7273669 or 3867537. OLE color: 3867537.

HSL color Cylindrical-coordinate representation of color #91033B: hue angle of 336.34º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91033B is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 3 59 -
CMYK 0 0.98 0.59 0.43
HSL 336.34º 0.96% 0.29% -
HSV(B) 336.34º 0.98% 0.57% -
XYZ 12.5 6.4 4.71 -
YUV 51.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 145 3 59 0 0.98 0.59 0.43 336.34 0.96 0.29
Hex 91 3 3B 0 62 3B 2B 150 60 1D
Octal 221 3 73 0 142 73 53 520 140 35
Binary 10010001 11 111011 0 1100010 111011 101011 101010000 1100000 11101

Color Harmonies of #91033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91033B

Black with #91033B

Text Example


Text Example

White with #91033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,3,59); }

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

background-color css

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

 a { background-color: rgb(145,3,59); }

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

border-color css

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

 span { border-color: rgb(145,3,59); }

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