#834348

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

Shades of Solid Pink #834348

Tints of Solid Pink #834348

Color information

#834348 (or 0x834348) is unknown color: approx Solid Pink. HEX triplet: 83, 43 and 48. RGB value is (131,67,72). Sum of RGB (Red+Green+Blue) = 131+67+72=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #834348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834348 is #7CBCB7. Grayscale: #565656. Windows color (decimal): -8174776 or 4735875. OLE color: 4735875.

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

Color convert

RGB1316772-
CMYK00.490.450.49
HSL355.31º32.32%38.82%-
HSV(B)355.31º48.85%51.37%-
XYZ12.549.317.27-
YUV86.71119.7159.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=48.52%
G=24.81%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131677200.490.450.49355.3132.3238.82
Hex8343480312D311632027
Octal20310311006155615434047
Binary10000011100001110010000110001101101110001101100011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834348; }

 p { color: rgb(131,67,72); }

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

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

 a { background-color: rgb(131,67,72); }

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

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

 span { border-color: rgb(131,67,72); }

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