Html Css Color HEX #91011B Carmine

📋 copy color: '#91011B'

red 145 ◦ green 1 ◦ blue 27

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

Shades of Carmine #91011B

Tints of Carmine #91011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 83.82%
G = 0.58%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91011B (or 0x91011B) is known color: Carmine. HEX triplet: 91, 01 and 1B. RGB value is (145,1,27). Sum of RGB (Red+Green+Blue) = 145+1+27=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #91011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91011B is #6EFEE4. Grayscale: #2F2F2F. Windows color (decimal): -7274213 or 1769873. OLE color: 1769873.

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

Color convert

RGB 145 1 27 -
CMYK 0 0.99 0.81 0.43
HSL 349.17º 0.99% 0.29% -
HSV(B) 349.17º 0.99% 0.57% -
XYZ 11.89 6.12 1.59 -
YUV 47.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 145 1 27 0 0.99 0.81 0.43 349.17 0.99 0.29
Hex 91 1 1B 0 63 51 2B 15D 63 1D
Octal 221 1 33 0 143 121 53 535 143 35
Binary 10010001 1 11011 0 1100011 1010001 101011 101011101 1100011 11101

Color Harmonies of #91011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91011B

Black with #91011B

Text Example


Text Example

White with #91011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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