Html Css Color HEX #91112C Carmine

📋 copy color: '#91112C'

red 145 ◦ green 17 ◦ blue 44

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

Shades of Carmine #91112C

Tints of Carmine #91112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.36%

R = 70.39%
G = 8.25%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#91112C (or 0x91112C) is known color: Carmine. HEX triplet: 91, 11 and 2C. RGB value is (145,17,44). Sum of RGB (Red+Green+Blue) = 145+17+44=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #91112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91112C is #6EEED3. Grayscale: #3A3A3A. Windows color (decimal): -7270100 or 2888081. OLE color: 2888081.

HSL color Cylindrical-coordinate representation of color #91112C: hue angle of 347.34º 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 #91112C is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 44 -
CMYK 0 0.88 0.70 0.43
HSL 347.34º 0.79% 0.32% -
HSV(B) 347.34º 0.88% 0.57% -
XYZ 12.33 6.6 3.01 -
YUV 58.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 145 17 44 0 0.88 0.70 0.43 347.34 0.79 0.32
Hex 91 11 2C 0 58 46 2B 15B 4F 20
Octal 221 21 54 0 130 106 53 533 117 40
Binary 10010001 10001 101100 0 1011000 1000110 101011 101011011 1001111 100000

Color Harmonies of #91112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91112C

Black with #91112C

Text Example


Text Example

White with #91112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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