Html Css Color HEX #91161F Carmine

📋 copy color: '#91161F'

red 145 ◦ green 22 ◦ blue 31

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

Shades of Carmine #91161F

Tints of Carmine #91161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.11%

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

R = 73.23%
G = 11.11%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91161F (or 0x91161F) is known color: Carmine. HEX triplet: 91, 16 and 1F. RGB value is (145,22,31). Sum of RGB (Red+Green+Blue) = 145+22+31=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #91161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91161F is #6EE9E0. Grayscale: #3B3B3B. Windows color (decimal): -7268833 or 2037393. OLE color: 2037393.

HSL color Cylindrical-coordinate representation of color #91161F: hue angle of 355.61º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91161F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 22 31 -
CMYK 0 0.85 0.79 0.43
HSL 355.61º 0.74% 0.33% -
HSV(B) 355.61º 0.85% 0.57% -
XYZ 12.21 6.69 1.94 -
YUV 59.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 145 22 31 0 0.85 0.79 0.43 355.61 0.74 0.33
Hex 91 16 1F 0 55 4F 2B 164 4A 21
Octal 221 26 37 0 125 117 53 544 112 41
Binary 10010001 10110 11111 0 1010101 1001111 101011 101100100 1001010 100001

Color Harmonies of #91161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91161F

Black with #91161F

Text Example


Text Example

White with #91161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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