#984245

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

Shades of Solid Pink #984245

Tints of Solid Pink #984245

Color information

#984245 (or 0x984245) is unknown color: approx Solid Pink. HEX triplet: 98, 42 and 45. RGB value is (152,66,69). Sum of RGB (Red+Green+Blue) = 152+66+69=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #984245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984245 is #67BDBA. Grayscale: #5C5C5C. Windows color (decimal): -6798779 or 4539032. OLE color: 4539032.

HSL color Cylindrical-coordinate representation of color #984245: hue angle of 357.91º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984245 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB1526669-
CMYK00.570.550.40
HSL357.91º39.45%42.75%-
HSV(B)357.91º56.58%59.61%-
XYZ15.97116.91-
YUV92.06114.99170.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=52.96%
G=23.00%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152666900.570.550.40357.9139.4542.75
Hex9842450393728166272b
Octal23010210507167505464753
Binary10011000100001010001010111001110111101000101100110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984245; }

 p { color: rgb(152,66,69); }

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

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

 a { background-color: rgb(152,66,69); }

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

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

 span { border-color: rgb(152,66,69); }

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