Html Css Color HEX #91112A Carmine

📋 copy color: '#91112A'

red 145 ◦ green 17 ◦ blue 42

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

Shades of Carmine #91112A

Tints of Carmine #91112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 71.08%
G = 8.33%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#91112A (or 0x91112A) is known color: Carmine. HEX triplet: 91, 11 and 2A. RGB value is (145,17,42). Sum of RGB (Red+Green+Blue) = 145+17+42=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #91112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91112A is #6EEED5. Grayscale: #3A3A3A. Windows color (decimal): -7270102 or 2757009. OLE color: 2757009.

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

Color convert

RGB 145 17 42 -
CMYK 0 0.88 0.71 0.43
HSL 348.28º 0.79% 0.32% -
HSV(B) 348.28º 0.88% 0.57% -
XYZ 12.3 6.59 2.81 -
YUV 58.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 145 17 42 0 0.88 0.71 0.43 348.28 0.79 0.32
Hex 91 11 2A 0 58 47 2B 15C 4F 20
Octal 221 21 52 0 130 107 53 534 117 40
Binary 10010001 10001 101010 0 1011000 1000111 101011 101011100 1001111 100000

Color Harmonies of #91112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91112A

Black with #91112A

Text Example


Text Example

White with #91112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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