Html Css Color HEX #91031C Carmine

📋 copy color: '#91031C'

red 145 ◦ green 3 ◦ blue 28

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

Shades of Carmine #91031C

Tints of Carmine #91031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

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

R = 82.39%
G = 1.7%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91031C (or 0x91031C) is known color: Carmine. HEX triplet: 91, 03 and 1C. RGB value is (145,3,28). Sum of RGB (Red+Green+Blue) = 145+3+28=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #91031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91031C is #6EFCE3. Grayscale: #303030. Windows color (decimal): -7273700 or 1835921. OLE color: 1835921.

HSL color Cylindrical-coordinate representation of color #91031C: hue angle of 349.44º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91031C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 3 28 -
CMYK 0 0.98 0.81 0.43
HSL 349.44º 0.96% 0.29% -
HSV(B) 349.44º 0.98% 0.57% -
XYZ 11.92 6.17 1.66 -
YUV 48.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 145 3 28 0 0.98 0.81 0.43 349.44 0.96 0.29
Hex 91 3 1C 0 62 51 2B 15D 60 1D
Octal 221 3 34 0 142 121 53 535 140 35
Binary 10010001 11 11100 0 1100010 1010001 101011 101011101 1100000 11101

Color Harmonies of #91031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91031C

Black with #91031C

Text Example


Text Example

White with #91031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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