Html Css Color HEX #91001F Carmine

📋 copy color: '#91001F'

red 145 ◦ green 0 ◦ blue 31

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

Shades of Carmine #91001F

Tints of Carmine #91001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 82.39%
G = 0%
B = 17.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91001F (or 0x91001F) is known color: Carmine. HEX triplet: 91, 00 and 1F. RGB value is (145,0,31). Sum of RGB (Red+Green+Blue) = 145+0+31=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #91001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91001F is #6EFFE0. Grayscale: #2E2E2E. Windows color (decimal): -7274465 or 2031761. OLE color: 2031761.

HSL color Cylindrical-coordinate representation of color #91001F: hue angle of 347.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91001F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 31 -
CMYK 0 1 0.79 0.43
HSL 347.17º 1% 0.28% -
HSV(B) 347.17º 1% 0.57% -
XYZ 11.92 6.12 1.85 -
YUV 46.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 145 0 31 0 1 0.79 0.43 347.17 1 0.28
Hex 91 0 1F 0 64 4F 2B 15B 64 1C
Octal 221 0 37 0 144 117 53 533 144 34
Binary 10010001 0 11111 0 1100100 1001111 101011 101011011 1100100 11100

Color Harmonies of #91001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91001F

Black with #91001F

Text Example


Text Example

White with #91001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91001F; }

 p { color: rgb(145,0,31); }

 H1.HeaderClassName
 {
   color: #91001F;
 }
 .AnyTagClassName
 {
   color: #91001F;
 }
</style>

background-color css

<style>
 a { background-color: #91001F; }

 a { background-color: rgb(145,0,31); }

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

border-color css

<style>
 span { border-color: #91001F; }

 span { border-color: rgb(145,0,31); }

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