Html Css Color HEX #91091B Carmine

📋 copy color: '#91091B'

red 145 ◦ green 9 ◦ blue 27

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

Shades of Carmine #91091B

Tints of Carmine #91091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.92%

R = 80.11%
G = 4.97%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91091B (or 0x91091B) is known color: Carmine. HEX triplet: 91, 09 and 1B. RGB value is (145,9,27). Sum of RGB (Red+Green+Blue) = 145+9+27=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #91091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91091B is #6EF6E4. Grayscale: #333333. Windows color (decimal): -7272165 or 1771921. OLE color: 1771921.

HSL color Cylindrical-coordinate representation of color #91091B: hue angle of 352.06º 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 #91091B is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 9 27 -
CMYK 0 0.94 0.81 0.43
HSL 352.06º 0.88% 0.3% -
HSV(B) 352.06º 0.94% 0.57% -
XYZ 11.97 6.29 1.62 -
YUV 51.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 145 9 27 0 0.94 0.81 0.43 352.06 0.88 0.3
Hex 91 9 1B 0 5E 51 2B 160 58 1E
Octal 221 11 33 0 136 121 53 540 130 36
Binary 10010001 1001 11011 0 1011110 1010001 101011 101100000 1011000 11110

Color Harmonies of #91091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91091B

Black with #91091B

Text Example


Text Example

White with #91091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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