Html Css Color HEX #91091F Carmine

📋 copy color: '#91091F'

red 145 ◦ green 9 ◦ blue 31

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

Shades of Carmine #91091F

Tints of Carmine #91091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 78.38%
G = 4.86%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91091F (or 0x91091F) is known color: Carmine. HEX triplet: 91, 09 and 1F. RGB value is (145,9,31). Sum of RGB (Red+Green+Blue) = 145+9+31=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #91091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91091F is #6EF6E0. Grayscale: #343434. Windows color (decimal): -7272161 or 2034065. OLE color: 2034065.

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

Color convert

RGB 145 9 31 -
CMYK 0 0.94 0.79 0.43
HSL 350.29º 0.88% 0.3% -
HSV(B) 350.29º 0.94% 0.57% -
XYZ 12.02 6.31 1.88 -
YUV 52.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 145 9 31 0 0.94 0.79 0.43 350.29 0.88 0.3
Hex 91 9 1F 0 5E 4F 2B 15E 58 1E
Octal 221 11 37 0 136 117 53 536 130 36
Binary 10010001 1001 11111 0 1011110 1001111 101011 101011110 1011000 11110

Color Harmonies of #91091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91091F

Black with #91091F

Text Example


Text Example

White with #91091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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