#941327

Color #941327 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #941327

Tints of Carmine #941327

Color information

#941327 (or 0x941327) is unknown color: approx Carmine. HEX triplet: 94, 13 and 27. RGB value is (148,19,39). Sum of RGB (Red+Green+Blue) = 148+19+39=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #941327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941327 is #6BECD8. Grayscale: #3B3B3B. Windows color (decimal): -7072985 or 2560916. OLE color: 2560916.

HSL color Cylindrical-coordinate representation of color #941327: hue angle of 350.7º 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 #941327 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1481939-
CMYK00.870.740.42
HSL350.7º77.25%32.75%-
HSV(B)350.7º87.16%58.04%-
XYZ12.816.912.58-
YUV59.85116.24190.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.84%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=71.84%
G=9.22%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148193900.870.740.42350.777.2532.75
Hex9413270574A2A15f4d21
Octal224234701271125253711541
Binary10010100100111001110101011110010101010101010111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941327; }

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

 H1.HeaderClassName
 {
   color: #941327;
 }
 .AnyTagClassName
 {
   color: #941327;
 }
</style>
background-color css

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

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

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

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

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

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