Html Css Color HEX #91171C Carmine

📋 copy color: '#91171C'

red 145 ◦ green 23 ◦ blue 28

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

Shades of Carmine #91171C

Tints of Carmine #91171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 73.98%
G = 11.73%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91171C (or 0x91171C) is known color: Carmine. HEX triplet: 91, 17 and 1C. RGB value is (145,23,28). Sum of RGB (Red+Green+Blue) = 145+23+28=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #91171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91171C is #6EE8E3. Grayscale: #3C3C3C. Windows color (decimal): -7268580 or 1841041. OLE color: 1841041.

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

Color convert

RGB 145 23 28 -
CMYK 0 0.84 0.81 0.43
HSL 357.54º 0.73% 0.33% -
HSV(B) 357.54º 0.84% 0.57% -
XYZ 12.19 6.72 1.75 -
YUV 60.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 145 23 28 0 0.84 0.81 0.43 357.54 0.73 0.33
Hex 91 17 1C 0 54 51 2B 166 49 21
Octal 221 27 34 0 124 121 53 546 111 41
Binary 10010001 10111 11100 0 1010100 1010001 101011 101100110 1001001 100001

Color Harmonies of #91171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91171C

Black with #91171C

Text Example


Text Example

White with #91171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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