#92474E

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

Shades of Solid Pink #92474E

Tints of Solid Pink #92474E

Color information

#92474E (or 0x92474E) is unknown color: approx Solid Pink. HEX triplet: 92, 47 and 4E. RGB value is (146,71,78). Sum of RGB (Red+Green+Blue) = 146+71+78=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #92474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92474E is #6DB8B1. Grayscale: #5E5E5E. Windows color (decimal): -7190706 or 5130130. OLE color: 5130130.

HSL color Cylindrical-coordinate representation of color #92474E: hue angle of 354.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92474E is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB1467178-
CMYK00.510.470.43
HSL354.4º34.56%42.55%-
HSV(B)354.4º51.37%57.25%-
XYZ15.4811.178.55-
YUV94.22118.85164.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=49.49%
G=24.07%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146717800.510.470.43354.434.5642.55
Hex92474E0332F2B162232b
Octal22210711606357535424353
Binary10010010100011110011100110011101111101011101100010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92474E; }

 p { color: rgb(146,71,78); }

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

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

 a { background-color: rgb(146,71,78); }

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

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

 span { border-color: rgb(146,71,78); }

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