#834448

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

Shades of Solid Pink #834448

Tints of Solid Pink #834448

Color information

#834448 (or 0x834448) is unknown color: approx Solid Pink. HEX triplet: 83, 44 and 48. RGB value is (131,68,72). Sum of RGB (Red+Green+Blue) = 131+68+72=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #834448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834448 is #7CBBB7. Grayscale: #575757. Windows color (decimal): -8174520 or 4736131. OLE color: 4736131.

HSL color Cylindrical-coordinate representation of color #834448: hue angle of 356.19º 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 #834448 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1316872-
CMYK00.480.450.49
HSL356.19º31.66%39.02%-
HSV(B)356.19º48.09%51.37%-
XYZ12.69.437.29-
YUV87.29119.37159.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.34%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=48.34%
G=25.09%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131687200.480.450.49356.1931.6639.02
Hex8344480302D311642027
Octal20310411006055615444047
Binary10000011100010010010000110000101101110001101100100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834448; }

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

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

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

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

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

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

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

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