Html Css Color HEX #911129 Carmine

📋 copy color: '#911129'

red 145 ◦ green 17 ◦ blue 41

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

Shades of Carmine #911129

Tints of Carmine #911129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 41 (16.41% from 255) = 20.2%

R = 71.43%
G = 8.37%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#911129 (or 0x911129) is known color: Carmine. HEX triplet: 91, 11 and 29. RGB value is (145,17,41). Sum of RGB (Red+Green+Blue) = 145+17+41=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #911129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911129 is #6EEED6. Grayscale: #3A3A3A. Windows color (decimal): -7270103 or 2691473. OLE color: 2691473.

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

Color convert

RGB 145 17 41 -
CMYK 0 0.88 0.72 0.43
HSL 348.75º 0.79% 0.32% -
HSV(B) 348.75º 0.88% 0.57% -
XYZ 12.28 6.58 2.72 -
YUV 58.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 145 17 41 0 0.88 0.72 0.43 348.75 0.79 0.32
Hex 91 11 29 0 58 48 2B 15D 4F 20
Octal 221 21 51 0 130 110 53 535 117 40
Binary 10010001 10001 101001 0 1011000 1001000 101011 101011101 1001111 100000

Color Harmonies of #911129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911129

Black with #911129

Text Example


Text Example

White with #911129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911129; }

 p { color: rgb(145,17,41); }

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

background-color css

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

 a { background-color: rgb(145,17,41); }

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

border-color css

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

 span { border-color: rgb(145,17,41); }

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