Html Css Color HEX #91091A Carmine

📋 copy color: '#91091A'

red 145 ◦ green 9 ◦ blue 26

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

Shades of Carmine #91091A

Tints of Carmine #91091A

RGB

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

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

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

R = 80.56%
G = 5%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#91091A (or 0x91091A) is known color: Carmine. HEX triplet: 91, 09 and 1A. RGB value is (145,9,26). Sum of RGB (Red+Green+Blue) = 145+9+26=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #91091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91091A is #6EF6E5. Grayscale: #333333. Windows color (decimal): -7272166 or 1706385. OLE color: 1706385.

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

Color convert

RGB 145 9 26 -
CMYK 0 0.94 0.82 0.43
HSL 352.5º 0.88% 0.3% -
HSV(B) 352.5º 0.94% 0.57% -
XYZ 11.96 6.29 1.56 -
YUV 51.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 145 9 26 0 0.94 0.82 0.43 352.5 0.88 0.3
Hex 91 9 1A 0 5E 52 2B 160 58 1E
Octal 221 11 32 0 136 122 53 540 130 36
Binary 10010001 1001 11010 0 1011110 1010010 101011 101100000 1011000 11110

Color Harmonies of #91091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91091A

Black with #91091A

Text Example


Text Example

White with #91091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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