Html Css Color HEX #91151F Carmine

📋 copy color: '#91151F'

red 145 ◦ green 21 ◦ blue 31

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

Shades of Carmine #91151F

Tints of Carmine #91151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 73.6%
G = 10.66%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91151F (or 0x91151F) is known color: Carmine. HEX triplet: 91, 15 and 1F. RGB value is (145,21,31). Sum of RGB (Red+Green+Blue) = 145+21+31=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91151F is #6EEAE0. Grayscale: #3B3B3B. Windows color (decimal): -7269089 or 2037137. OLE color: 2037137.

HSL color Cylindrical-coordinate representation of color #91151F: hue angle of 355.16º 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 #91151F is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 21 31 -
CMYK 0 0.86 0.79 0.43
HSL 355.16º 0.75% 0.33% -
HSV(B) 355.16º 0.86% 0.57% -
XYZ 12.19 6.66 1.94 -
YUV 59.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 145 21 31 0 0.86 0.79 0.43 355.16 0.75 0.33
Hex 91 15 1F 0 56 4F 2B 163 4B 21
Octal 221 25 37 0 126 117 53 543 113 41
Binary 10010001 10101 11111 0 1010110 1001111 101011 101100011 1001011 100001

Color Harmonies of #91151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91151F

Black with #91151F

Text Example


Text Example

White with #91151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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