Html Css Color HEX #91101B Carmine

📋 copy color: '#91101B'

red 145 ◦ green 16 ◦ blue 27

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

Shades of Carmine #91101B

Tints of Carmine #91101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

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

R = 77.13%
G = 8.51%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91101B (or 0x91101B) is known color: Carmine. HEX triplet: 91, 10 and 1B. RGB value is (145,16,27). Sum of RGB (Red+Green+Blue) = 145+16+27=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #91101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91101B is #6EEFE4. Grayscale: #373737. Windows color (decimal): -7270373 or 1773713. OLE color: 1773713.

HSL color Cylindrical-coordinate representation of color #91101B: hue angle of 354.88º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91101B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 16 27 -
CMYK 0 0.89 0.81 0.43
HSL 354.88º 0.8% 0.32% -
HSV(B) 354.88º 0.89% 0.57% -
XYZ 12.06 6.47 1.65 -
YUV 55.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 145 16 27 0 0.89 0.81 0.43 354.88 0.8 0.32
Hex 91 10 1B 0 59 51 2B 163 50 20
Octal 221 20 33 0 131 121 53 543 120 40
Binary 10010001 10000 11011 0 1011001 1010001 101011 101100011 1010000 100000

Color Harmonies of #91101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91101B

Black with #91101B

Text Example


Text Example

White with #91101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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