#83454D

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

Shades of Solid Pink #83454D

Tints of Solid Pink #83454D

Color information

#83454D (or 0x83454D) is unknown color: approx Solid Pink. HEX triplet: 83, 45 and 4D. RGB value is (131,69,77). Sum of RGB (Red+Green+Blue) = 131+69+77=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83454D is #7CBAB2. Grayscale: #585858. Windows color (decimal): -8174259 or 5064067. OLE color: 5064067.

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

Color convert

RGB1316977-
CMYK00.470.410.49
HSL352.26º31%39.22%-
HSV(B)352.26º47.33%51.37%-
XYZ12.839.628.2-
YUV88.45121.54158.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=47.29%
G=24.91%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131697700.470.410.49352.263139.22
Hex83454D02F29311601f27
Octal20310511505751615403747
Binary1000001110001011001101010111110100111000110110000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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