Html Css Color HEX #91053D Burgundy

📋 copy color: '#91053D'

red 145 ◦ green 5 ◦ blue 61

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

Shades of Burgundy #91053D

Tints of Burgundy #91053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 61 (24.22% from 255) = 28.91%

R = 68.72%
G = 2.37%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#91053D (or 0x91053D) is known color: Burgundy. HEX triplet: 91, 05 and 3D. RGB value is (145,5,61). Sum of RGB (Red+Green+Blue) = 145+5+61=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #91053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91053D is #6EFAC2. Grayscale: #353535. Windows color (decimal): -7273155 or 3999121. OLE color: 3999121.

HSL color Cylindrical-coordinate representation of color #91053D: hue angle of 336º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91053D is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 61 -
CMYK 0 0.97 0.58 0.43
HSL 336º 0.93% 0.29% -
HSV(B) 336º 0.97% 0.57% -
XYZ 12.57 6.47 5 -
YUV 53.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 145 5 61 0 0.97 0.58 0.43 336 0.93 0.29
Hex 91 5 3D 0 61 3A 2B 150 5D 1D
Octal 221 5 75 0 141 72 53 520 135 35
Binary 10010001 101 111101 0 1100001 111010 101011 101010000 1011101 11101

Color Harmonies of #91053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91053D

Black with #91053D

Text Example


Text Example

White with #91053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91053D; }

 p { color: rgb(145,5,61); }

 H1.HeaderClassName
 {
   color: #91053D;
 }
 .AnyTagClassName
 {
   color: #91053D;
 }
</style>

background-color css

<style>
 a { background-color: #91053D; }

 a { background-color: rgb(145,5,61); }

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

border-color css

<style>
 span { border-color: #91053D; }

 span { border-color: rgb(145,5,61); }

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