Html Css Color HEX #91112F Burgundy

📋 copy color: '#91112F'

red 145 ◦ green 17 ◦ blue 47

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

Shades of Burgundy #91112F

Tints of Burgundy #91112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 47 (18.75% from 255) = 22.49%

R = 69.38%
G = 8.13%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#91112F (or 0x91112F) is known color: Burgundy. HEX triplet: 91, 11 and 2F. RGB value is (145,17,47). Sum of RGB (Red+Green+Blue) = 145+17+47=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #91112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91112F is #6EEED0. Grayscale: #3A3A3A. Windows color (decimal): -7270097 or 3084689. OLE color: 3084689.

HSL color Cylindrical-coordinate representation of color #91112F: hue angle of 345.94º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91112F is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 47 -
CMYK 0 0.88 0.68 0.43
HSL 345.94º 0.79% 0.32% -
HSV(B) 345.94º 0.88% 0.57% -
XYZ 12.39 6.63 3.32 -
YUV 58.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 145 17 47 0 0.88 0.68 0.43 345.94 0.79 0.32
Hex 91 11 2F 0 58 44 2B 15A 4F 20
Octal 221 21 57 0 130 104 53 532 117 40
Binary 10010001 10001 101111 0 1011000 1000100 101011 101011010 1001111 100000

Color Harmonies of #91112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91112F

Black with #91112F

Text Example


Text Example

White with #91112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91112F; }

 p { color: rgb(145,17,47); }

 H1.HeaderClassName
 {
   color: #91112F;
 }
 .AnyTagClassName
 {
   color: #91112F;
 }
</style>

background-color css

<style>
 a { background-color: #91112F; }

 a { background-color: rgb(145,17,47); }

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

border-color css

<style>
 span { border-color: #91112F; }

 span { border-color: rgb(145,17,47); }

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