Html Css Color HEX #91101D Carmine

📋 copy color: '#91101D'

red 145 ◦ green 16 ◦ blue 29

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

Shades of Carmine #91101D

Tints of Carmine #91101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 76.32%
G = 8.42%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#91101D (or 0x91101D) is known color: Carmine. HEX triplet: 91, 10 and 1D. RGB value is (145,16,29). Sum of RGB (Red+Green+Blue) = 145+16+29=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #91101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91101D is #6EEFE2. Grayscale: #383838. Windows color (decimal): -7270371 or 1904785. OLE color: 1904785.

HSL color Cylindrical-coordinate representation of color #91101D: hue angle of 353.95º 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 #91101D is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 16 29 -
CMYK 0 0.89 0.8 0.43
HSL 353.95º 0.8% 0.32% -
HSV(B) 353.95º 0.89% 0.57% -
XYZ 12.08 6.48 1.78 -
YUV 56.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 145 16 29 0 0.89 0.8 0.43 353.95 0.8 0.32
Hex 91 10 1D 0 59 50 2B 162 50 20
Octal 221 20 35 0 131 120 53 542 120 40
Binary 10010001 10000 11101 0 1011001 1010000 101011 101100010 1010000 100000

Color Harmonies of #91101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91101D

Black with #91101D

Text Example


Text Example

White with #91101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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