#834748

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

Shades of Solid Pink #834748

Tints of Solid Pink #834748

Color information

#834748 (or 0x834748) is unknown color: approx Solid Pink. HEX triplet: 83, 47 and 48. RGB value is (131,71,72). Sum of RGB (Red+Green+Blue) = 131+71+72=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #834748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834748 is #7CB8B7. Grayscale: #595959. Windows color (decimal): -8173752 or 4736899. OLE color: 4736899.

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

Color convert

RGB1317172-
CMYK00.460.450.49
HSL359º29.7%39.61%-
HSV(B)359º45.8%51.37%-
XYZ12.789.87.35-
YUV89.05118.38157.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=47.81%
G=25.91%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131717200.460.450.4935929.739.61
Hex83474802E2D311671e28
Octal20310711005655615473650
Binary1000001110001111001000010111010110111000110110011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834748; }

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

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

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

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

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

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

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

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