#834648

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

Shades of Solid Pink #834648

Tints of Solid Pink #834648

Color information

#834648 (or 0x834648) is unknown color: approx Solid Pink. HEX triplet: 83, 46 and 48. RGB value is (131,70,72). Sum of RGB (Red+Green+Blue) = 131+70+72=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #834648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834648 is #7CB9B7. Grayscale: #585858. Windows color (decimal): -8174008 or 4736643. OLE color: 4736643.

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

Color convert

RGB1317072-
CMYK00.470.450.49
HSL358.03º30.35%39.41%-
HSV(B)358.03º46.56%51.37%-
XYZ12.729.677.33-
YUV88.47118.71158.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=47.99%
G=25.64%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131707200.470.450.49358.0330.3539.41
Hex83464802F2D311661e27
Octal20310611005755615463647
Binary1000001110001101001000010111110110111000110110011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834648; }

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

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

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

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

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

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

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

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