#94414A

Color #94414A Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #94414A

Tints of Solid Pink #94414A

Color information

#94414A (or 0x94414A) is unknown color: approx Solid Pink. HEX triplet: 94, 41 and 4A. RGB value is (148,65,74). Sum of RGB (Red+Green+Blue) = 148+65+74=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #94414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94414A is #6BBEB5. Grayscale: #5A5A5A. Windows color (decimal): -7061174 or 4866452. OLE color: 4866452.

HSL color Cylindrical-coordinate representation of color #94414A: hue angle of 353.49º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94414A is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1486574-
CMYK00.560.500.42
HSL353.49º38.97%41.76%-
HSV(B)353.49º56.08%58.04%-
XYZ15.3410.577.71-
YUV90.84118.5168.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=51.57%
G=22.65%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148657400.560.500.42353.4938.9741.76
Hex94414A038322A161272a
Octal22410111207062525414752
Binary10010100100000110010100111000110010101010101100001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94414A; }

 p { color: rgb(148,65,74); }

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

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

 a { background-color: rgb(148,65,74); }

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

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

 span { border-color: rgb(148,65,74); }

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