Html Css Color HEX #82464C Solid Pink

📋 copy color: '#82464C'

red 130 ◦ green 70 ◦ blue 76

#82464C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #82464C

Tints of Solid Pink #82464C

RGB

 RED value IS 130 (51.17% from 255) = 47.1%

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 47.1%
G = 25.36%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82464C (or 0x82464C) is known color: Solid Pink. HEX triplet: 82, 46 and 4C. RGB value is (130,70,76). Sum of RGB (Red+Green+Blue) = 130+70+76=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82464C is #7DB9B3. Grayscale: #585858. Windows color (decimal): -8239540 or 4998786. OLE color: 4998786.

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

Color convert

RGB 130 70 76 -
CMYK 0 0.46 0.42 0.49
HSL 354º 0.3% 0.39% -
HSV(B) 354º 0.46% 0.51% -
XYZ 12.7 9.65 8.03 -
YUV 88.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 130 70 76 0 0.46 0.42 0.49 354 0.3 0.39
Hex 82 46 4C 0 2E 2A 31 162 1E 27
Octal 202 106 114 0 56 52 61 542 36 47
Binary 10000010 1000110 1001100 0 101110 101010 110001 101100010 11110 100111

Color Harmonies of #82464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82464C

Black with #82464C

Text Example


Text Example

White with #82464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82464C; }

 p { color: rgb(130,70,76); }

 H1.HeaderClassName
 {
   color: #82464C;
 }
 .AnyTagClassName
 {
   color: #82464C;
 }
</style>

background-color css

<style>
 a { background-color: #82464C; }

 a { background-color: rgb(130,70,76); }

 div.DivClassName
 {
   background-color: #82464C;
 }
 .BgClassName
 {
   background-color: #82464C;
 }
</style>

border-color css

<style>
 span { border-color: #82464C; }

 span { border-color: rgb(130,70,76); }

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