Html Css Color HEX #91031B Carmine

📋 copy color: '#91031B'

red 145 ◦ green 3 ◦ blue 27

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

Shades of Carmine #91031B

Tints of Carmine #91031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 82.86%
G = 1.71%
B = 15.43%

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

#91031B (or 0x91031B) is known color: Carmine. HEX triplet: 91, 03 and 1B. RGB value is (145,3,27). Sum of RGB (Red+Green+Blue) = 145+3+27=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #91031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91031B is #6EFCE4. Grayscale: #303030. Windows color (decimal): -7273701 or 1770385. OLE color: 1770385.

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

Color convert

RGB 145 3 27 -
CMYK 0 0.98 0.81 0.43
HSL 349.86º 0.96% 0.29% -
HSV(B) 349.86º 0.98% 0.57% -
XYZ 11.91 6.16 1.6 -
YUV 48.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 145 3 27 0 0.98 0.81 0.43 349.86 0.96 0.29
Hex 91 3 1B 0 62 51 2B 15E 60 1D
Octal 221 3 33 0 142 121 53 536 140 35
Binary 10010001 11 11011 0 1100010 1010001 101011 101011110 1100000 11101

Color Harmonies of #91031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91031B

Black with #91031B

Text Example


Text Example

White with #91031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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