#83414A

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

Shades of Solid Pink #83414A

Tints of Solid Pink #83414A

Color information

#83414A (or 0x83414A) is unknown color: approx Solid Pink. HEX triplet: 83, 41 and 4A. RGB value is (131,65,74). Sum of RGB (Red+Green+Blue) = 131+65+74=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #83414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83414A is #7CBEB5. Grayscale: #555555. Windows color (decimal): -8175286 or 4866435. OLE color: 4866435.

HSL color Cylindrical-coordinate representation of color #83414A: hue angle of 351.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83414A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1316574-
CMYK00.500.440.49
HSL351.82º33.67%38.43%-
HSV(B)351.82º50.38%51.37%-
XYZ12.499.17.58-
YUV85.76121.37160.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=48.52%
G=24.07%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131657400.500.440.49351.8233.6738.43
Hex83414A0322C311602226
Octal20310111206254615404246
Binary10000011100000110010100110010101100110001101100000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83414A; }

 p { color: rgb(131,65,74); }

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

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

 a { background-color: rgb(131,65,74); }

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

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

 span { border-color: rgb(131,65,74); }

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