#83424B

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

Shades of Solid Pink #83424B

Tints of Solid Pink #83424B

Color information

#83424B (or 0x83424B) is unknown color: approx Solid Pink. HEX triplet: 83, 42 and 4B. RGB value is (131,66,75). Sum of RGB (Red+Green+Blue) = 131+66+75=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83424B is #7CBDB4. Grayscale: #565656. Windows color (decimal): -8175029 or 4932227. OLE color: 4932227.

HSL color Cylindrical-coordinate representation of color #83424B: hue angle of 351.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83424B is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1316675-
CMYK00.500.430.49
HSL351.69º32.99%38.63%-
HSV(B)351.69º49.62%51.37%-
XYZ12.589.237.78-
YUV86.46121.53159.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=48.16%
G=24.26%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131667500.500.430.49351.6932.9938.63
Hex83424B0322B311602127
Octal20310211306253615404147
Binary10000011100001010010110110010101011110001101100000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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