#884345

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

Shades of Solid Pink #884345

Tints of Solid Pink #884345

Color information

#884345 (or 0x884345) is unknown color: approx Solid Pink. HEX triplet: 88, 43 and 45. RGB value is (136,67,69). Sum of RGB (Red+Green+Blue) = 136+67+69=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884345 is #77BCBA. Grayscale: #575757. Windows color (decimal): -7847099 or 4539272. OLE color: 4539272.

HSL color Cylindrical-coordinate representation of color #884345: hue angle of 358.26º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884345 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1366769-
CMYK00.510.490.47
HSL358.26º33.99%39.8%-
HSV(B)358.26º50.74%53.33%-
XYZ13.239.686.8-
YUV87.86117.36162.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=50%
G=24.63%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136676900.510.490.47358.2633.9939.8
Hex884345033312F1662228
Octal21010310506361575464250
Binary10001000100001110001010110011110001101111101100110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884345; }

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

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

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

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

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

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

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

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