#82444B

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

Shades of Solid Pink #82444B

Tints of Solid Pink #82444B

Color information

#82444B (or 0x82444B) is unknown color: approx Solid Pink. HEX triplet: 82, 44 and 4B. RGB value is (130,68,75). Sum of RGB (Red+Green+Blue) = 130+68+75=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82444B is #7DBBB4. Grayscale: #575757. Windows color (decimal): -8240053 or 4932738. OLE color: 4932738.

HSL color Cylindrical-coordinate representation of color #82444B: hue angle of 353.23º degrees, saturation: 0.31, 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 #82444B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1306875-
CMYK00.480.420.49
HSL353.23º31.31%38.82%-
HSV(B)353.23º47.69%50.98%-
XYZ12.549.397.81-
YUV87.34121.04158.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=47.62%
G=24.91%
B=27.47%

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
Decimal130687500.480.420.49353.2331.3138.82
Hex82444B0302A311611f27
Octal20210411306052615413747
Binary1000001010001001001011011000010101011000110110000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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