#834449

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

Shades of Solid Pink #834449

Tints of Solid Pink #834449

Color information

#834449 (or 0x834449) is unknown color: approx Solid Pink. HEX triplet: 83, 44 and 49. RGB value is (131,68,73). Sum of RGB (Red+Green+Blue) = 131+68+73=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #834449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834449 is #7CBBB6. Grayscale: #575757. Windows color (decimal): -8174519 or 4801667. OLE color: 4801667.

HSL color Cylindrical-coordinate representation of color #834449: hue angle of 355.24º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #834449 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1316873-
CMYK00.480.440.49
HSL355.24º31.66%39.02%-
HSV(B)355.24º48.09%51.37%-
XYZ12.639.447.46-
YUV87.41119.87159.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=48.16%
G=25%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131687300.480.440.49355.2431.6639.02
Hex8344490302C311632027
Octal20310411106054615434047
Binary10000011100010010010010110000101100110001101100011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834449; }

 p { color: rgb(131,68,73); }

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

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

 a { background-color: rgb(131,68,73); }

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

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

 span { border-color: rgb(131,68,73); }

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