Html Css Color HEX #91161B Carmine

📋 copy color: '#91161B'

red 145 ◦ green 22 ◦ blue 27

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

Shades of Carmine #91161B

Tints of Carmine #91161B

RGB

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

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

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

R = 74.74%
G = 11.34%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91161B (or 0x91161B) is known color: Carmine. HEX triplet: 91, 16 and 1B. RGB value is (145,22,27). Sum of RGB (Red+Green+Blue) = 145+22+27=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91161B is #6EE9E4. Grayscale: #3B3B3B. Windows color (decimal): -7268837 or 1775249. OLE color: 1775249.

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

Color convert

RGB 145 22 27 -
CMYK 0 0.85 0.81 0.43
HSL 357.56º 0.74% 0.33% -
HSV(B) 357.56º 0.85% 0.57% -
XYZ 12.16 6.67 1.68 -
YUV 59.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 145 22 27 0 0.85 0.81 0.43 357.56 0.74 0.33
Hex 91 16 1B 0 55 51 2B 166 4A 21
Octal 221 26 33 0 125 121 53 546 112 41
Binary 10010001 10110 11011 0 1010101 1010001 101011 101100110 1001010 100001

Color Harmonies of #91161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91161B

Black with #91161B

Text Example


Text Example

White with #91161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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