#984345

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

Shades of Solid Pink #984345

Tints of Solid Pink #984345

Color information

#984345 (or 0x984345) is unknown color: approx Solid Pink. HEX triplet: 98, 43 and 45. RGB value is (152,67,69). Sum of RGB (Red+Green+Blue) = 152+67+69=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #984345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984345 is #67BCBA. Grayscale: #5C5C5C. Windows color (decimal): -6798523 or 4539288. OLE color: 4539288.

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

Color convert

RGB1526769-
CMYK00.560.550.40
HSL358.59º38.81%42.94%-
HSV(B)358.59º55.92%59.61%-
XYZ16.0311.126.93-
YUV92.64114.66170.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=52.78%
G=23.26%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152676900.560.550.40358.5938.8142.94
Hex9843450383728167272b
Octal23010310507067505474753
Binary10011000100001110001010111000110111101000101100111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984345; }

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

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

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

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

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

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

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

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