Html Css Color HEX #91151D Carmine

📋 copy color: '#91151D'

red 145 ◦ green 21 ◦ blue 29

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

Shades of Carmine #91151D

Tints of Carmine #91151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

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

R = 74.36%
G = 10.77%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#91151D (or 0x91151D) is known color: Carmine. HEX triplet: 91, 15 and 1D. RGB value is (145,21,29). Sum of RGB (Red+Green+Blue) = 145+21+29=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #91151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91151D is #6EEAE2. Grayscale: #3B3B3B. Windows color (decimal): -7269091 or 1906065. OLE color: 1906065.

HSL color Cylindrical-coordinate representation of color #91151D: hue angle of 356.13º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91151D is Cyan = 0, Magento = 0.86, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 21 29 -
CMYK 0 0.86 0.8 0.43
HSL 356.13º 0.75% 0.33% -
HSV(B) 356.13º 0.86% 0.57% -
XYZ 12.17 6.64 1.8 -
YUV 58.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 145 21 29 0 0.86 0.8 0.43 356.13 0.75 0.33
Hex 91 15 1D 0 56 50 2B 164 4B 21
Octal 221 25 35 0 126 120 53 544 113 41
Binary 10010001 10101 11101 0 1010110 1010000 101011 101100100 1001011 100001

Color Harmonies of #91151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91151D

Black with #91151D

Text Example


Text Example

White with #91151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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