#83464B

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

Shades of Solid Pink #83464B

Tints of Solid Pink #83464B

Color information

#83464B (or 0x83464B) is unknown color: approx Solid Pink. HEX triplet: 83, 46 and 4B. RGB value is (131,70,75). Sum of RGB (Red+Green+Blue) = 131+70+75=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #83464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83464B is #7CB9B4. Grayscale: #585858. Windows color (decimal): -8174005 or 4933251. OLE color: 4933251.

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

Color convert

RGB1317075-
CMYK00.470.430.49
HSL355.08º30.35%39.41%-
HSV(B)355.08º46.56%51.37%-
XYZ12.829.717.86-
YUV88.81120.21158.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.46%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=47.46%
G=25.36%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131707500.470.430.49355.0830.3539.41
Hex83464B02F2B311631e27
Octal20310611305753615433647
Binary1000001110001101001011010111110101111000110110001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83464B; }

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

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

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

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

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

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

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

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