Html Css Color HEX #82474A Solid Pink

📋 copy color: '#82474A'

red 130 ◦ green 71 ◦ blue 74

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

Shades of Solid Pink #82474A

Tints of Solid Pink #82474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 47.27%
G = 25.82%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82474A (or 0x82474A) is known color: Solid Pink. HEX triplet: 82, 47 and 4A. RGB value is (130,71,74). Sum of RGB (Red+Green+Blue) = 130+71+74=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82474A is #7DB8B5. Grayscale: #595959. Windows color (decimal): -8239286 or 4867970. OLE color: 4867970.

HSL color Cylindrical-coordinate representation of color #82474A: hue angle of 356.95º 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 #82474A is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 74 -
CMYK 0 0.45 0.43 0.49
HSL 356.95º 0.29% 0.39% -
HSV(B) 356.95º 0.45% 0.51% -
XYZ 12.7 9.75 7.69 -
YUV 88.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 130 71 74 0 0.45 0.43 0.49 356.95 0.29 0.39
Hex 82 47 4A 0 2D 2B 31 165 1D 27
Octal 202 107 112 0 55 53 61 545 35 47
Binary 10000010 1000111 1001010 0 101101 101011 110001 101100101 11101 100111

Color Harmonies of #82474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82474A

Black with #82474A

Text Example


Text Example

White with #82474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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