#82444E

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

Shades of Solid Pink #82444E

Tints of Solid Pink #82444E

Color information

#82444E (or 0x82444E) is unknown color: approx Solid Pink. HEX triplet: 82, 44 and 4E. RGB value is (130,68,78). Sum of RGB (Red+Green+Blue) = 130+68+78=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82444E is #7DBBB1. Grayscale: #575757. Windows color (decimal): -8240050 or 5129346. OLE color: 5129346.

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

Color convert

RGB1306878-
CMYK00.480.400.49
HSL350.32º31.31%38.82%-
HSV(B)350.32º47.69%50.98%-
XYZ12.659.438.36-
YUV87.68122.54158.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=47.10%
G=24.64%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130687800.480.400.49350.3231.3138.82
Hex82444E030283115e1f27
Octal20210411606050615363747
Binary1000001010001001001110011000010100011000110101111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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