Html Css Color HEX #91071F Carmine

📋 copy color: '#91071F'

red 145 ◦ green 7 ◦ blue 31

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

Shades of Carmine #91071F

Tints of Carmine #91071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.83%

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

R = 79.23%
G = 3.83%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91071F (or 0x91071F) is known color: Carmine. HEX triplet: 91, 07 and 1F. RGB value is (145,7,31). Sum of RGB (Red+Green+Blue) = 145+7+31=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #91071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91071F is #6EF8E0. Grayscale: #333333. Windows color (decimal): -7272673 or 2033553. OLE color: 2033553.

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

Color convert

RGB 145 7 31 -
CMYK 0 0.95 0.79 0.43
HSL 349.57º 0.91% 0.3% -
HSV(B) 349.57º 0.95% 0.57% -
XYZ 12 6.27 1.87 -
YUV 51 116.72 195.05 -
System Red Green Blue C M Y K H S L
Decimal 145 7 31 0 0.95 0.79 0.43 349.57 0.91 0.3
Hex 91 7 1F 0 5F 4F 2B 15E 5B 1E
Octal 221 7 37 0 137 117 53 536 133 36
Binary 10010001 111 11111 0 1011111 1001111 101011 101011110 1011011 11110

Color Harmonies of #91071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91071F

Black with #91071F

Text Example


Text Example

White with #91071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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