Html Css Color HEX #91141D Carmine

📋 copy color: '#91141D'

red 145 ◦ green 20 ◦ blue 29

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

Shades of Carmine #91141D

Tints of Carmine #91141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

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

R = 74.74%
G = 10.31%
B = 14.95%

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

#91141D (or 0x91141D) is known color: Carmine. HEX triplet: 91, 14 and 1D. RGB value is (145,20,29). Sum of RGB (Red+Green+Blue) = 145+20+29=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91141D is #6EEBE2. Grayscale: #3A3A3A. Windows color (decimal): -7269347 or 1905809. OLE color: 1905809.

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

Color convert

RGB 145 20 29 -
CMYK 0 0.86 0.8 0.43
HSL 355.68º 0.76% 0.32% -
HSV(B) 355.68º 0.86% 0.57% -
XYZ 12.15 6.61 1.8 -
YUV 58.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 145 20 29 0 0.86 0.8 0.43 355.68 0.76 0.32
Hex 91 14 1D 0 56 50 2B 164 4C 20
Octal 221 24 35 0 126 120 53 544 114 40
Binary 10010001 10100 11101 0 1010110 1010000 101011 101100100 1001100 100000

Color Harmonies of #91141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91141D

Black with #91141D

Text Example


Text Example

White with #91141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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