Html Css Color HEX #91063E Burgundy

📋 copy color: '#91063E'

red 145 ◦ green 6 ◦ blue 62

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

Shades of Burgundy #91063E

Tints of Burgundy #91063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 62 (24.61% from 255) = 29.11%

R = 68.08%
G = 2.82%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#91063E (or 0x91063E) is known color: Burgundy. HEX triplet: 91, 06 and 3E. RGB value is (145,6,62). Sum of RGB (Red+Green+Blue) = 145+6+62=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #91063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91063E is #6EF9C1. Grayscale: #353535. Windows color (decimal): -7272898 or 4064913. OLE color: 4064913.

HSL color Cylindrical-coordinate representation of color #91063E: hue angle of 335.83º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91063E is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 6 62 -
CMYK 0 0.96 0.57 0.43
HSL 335.83º 0.92% 0.3% -
HSV(B) 335.83º 0.96% 0.57% -
XYZ 12.61 6.5 5.15 -
YUV 53.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 145 6 62 0 0.96 0.57 0.43 335.83 0.92 0.3
Hex 91 6 3E 0 60 39 2B 150 5C 1E
Octal 221 6 76 0 140 71 53 520 134 36
Binary 10010001 110 111110 0 1100000 111001 101011 101010000 1011100 11110

Color Harmonies of #91063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91063E

Black with #91063E

Text Example


Text Example

White with #91063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91063E; }

 p { color: rgb(145,6,62); }

 H1.HeaderClassName
 {
   color: #91063E;
 }
 .AnyTagClassName
 {
   color: #91063E;
 }
</style>

background-color css

<style>
 a { background-color: #91063E; }

 a { background-color: rgb(145,6,62); }

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

border-color css

<style>
 span { border-color: #91063E; }

 span { border-color: rgb(145,6,62); }

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