Html Css Color HEX #91141F Carmine

📋 copy color: '#91141F'

red 145 ◦ green 20 ◦ blue 31

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

Shades of Carmine #91141F

Tints of Carmine #91141F

RGB

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

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

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

R = 73.98%
G = 10.2%
B = 15.82%

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

#91141F (or 0x91141F) is known color: Carmine. HEX triplet: 91, 14 and 1F. RGB value is (145,20,31). Sum of RGB (Red+Green+Blue) = 145+20+31=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #91141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91141F is #6EEBE0. Grayscale: #3A3A3A. Windows color (decimal): -7269345 or 2036881. OLE color: 2036881.

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

Color convert

RGB 145 20 31 -
CMYK 0 0.86 0.79 0.43
HSL 354.72º 0.76% 0.32% -
HSV(B) 354.72º 0.86% 0.57% -
XYZ 12.17 6.62 1.93 -
YUV 58.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 145 20 31 0 0.86 0.79 0.43 354.72 0.76 0.32
Hex 91 14 1F 0 56 4F 2B 163 4C 20
Octal 221 24 37 0 126 117 53 543 114 40
Binary 10010001 10100 11111 0 1010110 1001111 101011 101100011 1001100 100000

Color Harmonies of #91141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91141F

Black with #91141F

Text Example


Text Example

White with #91141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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