Html Css Color HEX #82474E Solid Pink

📋 copy color: '#82474E'

red 130 ◦ green 71 ◦ blue 78

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

Shades of Solid Pink #82474E

Tints of Solid Pink #82474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 46.59%
G = 25.45%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82474E (or 0x82474E) is known color: Solid Pink. HEX triplet: 82, 47 and 4E. RGB value is (130,71,78). Sum of RGB (Red+Green+Blue) = 130+71+78=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82474E is #7DB8B1. Grayscale: #595959. Windows color (decimal): -8239282 or 5130114. OLE color: 5130114.

HSL color Cylindrical-coordinate representation of color #82474E: hue angle of 352.88º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82474E is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 78 -
CMYK 0 0.45 0.40 0.49
HSL 352.88º 0.29% 0.39% -
HSV(B) 352.88º 0.45% 0.51% -
XYZ 12.83 9.8 8.42 -
YUV 89.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 130 71 78 0 0.45 0.40 0.49 352.88 0.29 0.39
Hex 82 47 4E 0 2D 28 31 161 1D 27
Octal 202 107 116 0 55 50 61 541 35 47
Binary 10000010 1000111 1001110 0 101101 101000 110001 101100001 11101 100111

Color Harmonies of #82474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82474E

Black with #82474E

Text Example


Text Example

White with #82474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82474E;
 }
 .AnyTagClassName
 {
   color: #82474E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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