#941427

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

Shades of Carmine #941427

Tints of Carmine #941427

Color information

#941427 (or 0x941427) is unknown color: approx Carmine. HEX triplet: 94, 14 and 27. RGB value is (148,20,39). Sum of RGB (Red+Green+Blue) = 148+20+39=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #941427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941427 is #6BEBD8. Grayscale: #3C3C3C. Windows color (decimal): -7072729 or 2561172. OLE color: 2561172.

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

Color convert

RGB1482039-
CMYK00.860.740.42
HSL351.09º76.19%32.94%-
HSV(B)351.09º86.49%58.04%-
XYZ12.836.942.58-
YUV60.44115.91190.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.50%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=71.50%
G=9.66%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148203900.860.740.42351.0976.1932.94
Hex9414270564A2A15f4c21
Octal224244701261125253711441
Binary10010100101001001110101011010010101010101010111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941427; }

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

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

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

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

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

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

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

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