#82434B

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

Shades of Solid Pink #82434B

Tints of Solid Pink #82434B

Color information

#82434B (or 0x82434B) is unknown color: approx Solid Pink. HEX triplet: 82, 43 and 4B. RGB value is (130,67,75). Sum of RGB (Red+Green+Blue) = 130+67+75=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82434B is #7DBCB4. Grayscale: #565656. Windows color (decimal): -8240309 or 4932482. OLE color: 4932482.

HSL color Cylindrical-coordinate representation of color #82434B: hue angle of 352.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82434B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1306775-
CMYK00.480.420.49
HSL352.38º31.98%38.63%-
HSV(B)352.38º48.46%50.98%-
XYZ12.489.277.79-
YUV86.75121.37158.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=47.79%
G=24.63%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130677500.480.420.49352.3831.9838.63
Hex82434B0302A311602027
Octal20210311306052615404047
Binary10000010100001110010110110000101010110001101100000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,67,75); }

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

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

 a { background-color: rgb(130,67,75); }

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

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

 span { border-color: rgb(130,67,75); }

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