Html Css Color HEX #91171A Carmine

📋 copy color: '#91171A'

red 145 ◦ green 23 ◦ blue 26

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

Shades of Carmine #91171A

Tints of Carmine #91171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 74.74%
G = 11.86%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#91171A (or 0x91171A) is known color: Carmine. HEX triplet: 91, 17 and 1A. RGB value is (145,23,26). Sum of RGB (Red+Green+Blue) = 145+23+26=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91171A is #6EE8E5. Grayscale: #3B3B3B. Windows color (decimal): -7268582 or 1709969. OLE color: 1709969.

HSL color Cylindrical-coordinate representation of color #91171A: hue angle of 358.52º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91171A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 23 26 -
CMYK 0 0.84 0.82 0.43
HSL 358.52º 0.73% 0.33% -
HSV(B) 358.52º 0.84% 0.57% -
XYZ 12.17 6.71 1.63 -
YUV 59.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 145 23 26 0 0.84 0.82 0.43 358.52 0.73 0.33
Hex 91 17 1A 0 54 52 2B 167 49 21
Octal 221 27 32 0 124 122 53 547 111 41
Binary 10010001 10111 11010 0 1010100 1010010 101011 101100111 1001001 100001

Color Harmonies of #91171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91171A

Black with #91171A

Text Example


Text Example

White with #91171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91171A; }

 p { color: rgb(145,23,26); }

 H1.HeaderClassName
 {
   color: #91171A;
 }
 .AnyTagClassName
 {
   color: #91171A;
 }
</style>

background-color css

<style>
 a { background-color: #91171A; }

 a { background-color: rgb(145,23,26); }

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

border-color css

<style>
 span { border-color: #91171A; }

 span { border-color: rgb(145,23,26); }

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