Html Css Color HEX #91121B Carmine

📋 copy color: '#91121B'

red 145 ◦ green 18 ◦ blue 27

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

Shades of Carmine #91121B

Tints of Carmine #91121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.47%

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 76.32%
G = 9.47%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91121B (or 0x91121B) is known color: Carmine. HEX triplet: 91, 12 and 1B. RGB value is (145,18,27). Sum of RGB (Red+Green+Blue) = 145+18+27=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #91121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91121B is #6EEDE4. Grayscale: #393939. Windows color (decimal): -7269861 or 1774225. OLE color: 1774225.

HSL color Cylindrical-coordinate representation of color #91121B: hue angle of 355.75º degrees, saturation: 0.78, 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 #91121B is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 18 27 -
CMYK 0 0.88 0.81 0.43
HSL 355.75º 0.78% 0.32% -
HSV(B) 355.75º 0.88% 0.57% -
XYZ 12.09 6.53 1.66 -
YUV 57 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 145 18 27 0 0.88 0.81 0.43 355.75 0.78 0.32
Hex 91 12 1B 0 58 51 2B 164 4E 20
Octal 221 22 33 0 130 121 53 544 116 40
Binary 10010001 10010 11011 0 1011000 1010001 101011 101100100 1001110 100000

Color Harmonies of #91121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91121B

Black with #91121B

Text Example


Text Example

White with #91121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91121B; }

 p { color: rgb(145,18,27); }

 H1.HeaderClassName
 {
   color: #91121B;
 }
 .AnyTagClassName
 {
   color: #91121B;
 }
</style>

background-color css

<style>
 a { background-color: #91121B; }

 a { background-color: rgb(145,18,27); }

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

border-color css

<style>
 span { border-color: #91121B; }

 span { border-color: rgb(145,18,27); }

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