#83454E

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

Shades of Solid Pink #83454E

Tints of Solid Pink #83454E

Color information

#83454E (or 0x83454E) is unknown color: approx Solid Pink. HEX triplet: 83, 45 and 4E. RGB value is (131,69,78). Sum of RGB (Red+Green+Blue) = 131+69+78=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83454E is #7CBAB1. Grayscale: #585858. Windows color (decimal): -8174258 or 5129603. OLE color: 5129603.

HSL color Cylindrical-coordinate representation of color #83454E: hue angle of 351.29º degrees, saturation: 0.31, 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 #83454E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1316978-
CMYK00.470.400.49
HSL351.29º31%39.22%-
HSV(B)351.29º47.33%51.37%-
XYZ12.869.638.39-
YUV88.56122.04158.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=47.12%
G=24.82%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131697800.470.400.49351.293139.22
Hex83454E02F283115f1f27
Octal20310511605750615373747
Binary1000001110001011001110010111110100011000110101111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83454E; }

 p { color: rgb(131,69,78); }

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

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

 a { background-color: rgb(131,69,78); }

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

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

 span { border-color: rgb(131,69,78); }

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