Html Css Color HEX #941329 Carmine

📋 copy color: '#941329'

red 148 ◦ green 19 ◦ blue 41

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

Shades of Carmine #941329

Tints of Carmine #941329

RGB

 RED value IS 148 (58.2% from 255) = 71.15%

 GREEN value IS 19 (7.81% from 255) = 9.13%

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

R = 71.15%
G = 9.13%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#941329 (or 0x941329) is known color: Carmine. HEX triplet: 94, 13 and 29. RGB value is (148,19,41). Sum of RGB (Red+Green+Blue) = 148+19+41=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #941329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941329 is #6BECD6. Grayscale: #3C3C3C. Windows color (decimal): -7072983 or 2691988. OLE color: 2691988.

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

Color convert

RGB 148 19 41 -
CMYK 0 0.87 0.72 0.42
HSL 349.77º 0.77% 0.33% -
HSV(B) 349.77º 0.87% 0.58% -
XYZ 12.85 6.92 2.76 -
YUV 60.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 148 19 41 0 0.87 0.72 0.42 349.77 0.77 0.33
Hex 94 13 29 0 57 48 2A 15E 4D 21
Octal 224 23 51 0 127 110 52 536 115 41
Binary 10010100 10011 101001 0 1010111 1001000 101010 101011110 1001101 100001

Color Harmonies of #941329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941329

Black with #941329

Text Example


Text Example

White with #941329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941329; }

 p { color: rgb(148,19,41); }

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

background-color css

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

 a { background-color: rgb(148,19,41); }

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

border-color css

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

 span { border-color: rgb(148,19,41); }

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