Html Css Color HEX #931129 Carmine

📋 copy color: '#931129'

red 147 ◦ green 17 ◦ blue 41

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

Shades of Carmine #931129

Tints of Carmine #931129

RGB

 RED value IS 147 (57.81% from 255) = 71.71%

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

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

R = 71.71%
G = 8.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#931129 (or 0x931129) is known color: Carmine. HEX triplet: 93, 11 and 29. RGB value is (147,17,41). Sum of RGB (Red+Green+Blue) = 147+17+41=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #931129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931129 is #6CEED6. Grayscale: #3A3A3A. Windows color (decimal): -7139031 or 2691475. OLE color: 2691475.

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

Color convert

RGB 147 17 41 -
CMYK 0 0.88 0.72 0.42
HSL 348.92º 0.79% 0.32% -
HSV(B) 348.92º 0.88% 0.58% -
XYZ 12.63 6.76 2.74 -
YUV 58.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 147 17 41 0 0.88 0.72 0.42 348.92 0.79 0.32
Hex 93 11 29 0 58 48 2A 15D 4F 20
Octal 223 21 51 0 130 110 52 535 117 40
Binary 10010011 10001 101001 0 1011000 1001000 101010 101011101 1001111 100000

Color Harmonies of #931129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931129

Black with #931129

Text Example


Text Example

White with #931129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931129; }

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

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

background-color css

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

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

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

border-color css

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

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

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