Html Css Color HEX #82424B Solid Pink

📋 copy color: '#82424B'

red 130 ◦ green 66 ◦ blue 75

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

Shades of Solid Pink #82424B

Tints of Solid Pink #82424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 47.97%
G = 24.35%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82424B (or 0x82424B) is known color: Solid Pink. HEX triplet: 82, 42 and 4B. RGB value is (130,66,75). Sum of RGB (Red+Green+Blue) = 130+66+75=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82424B is #7DBDB4. Grayscale: #565656. Windows color (decimal): -8240565 or 4932226. OLE color: 4932226.

HSL color Cylindrical-coordinate representation of color #82424B: hue angle of 351.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82424B is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 75 -
CMYK 0 0.49 0.42 0.49
HSL 351.56º 0.33% 0.38% -
HSV(B) 351.56º 0.49% 0.51% -
XYZ 12.42 9.15 7.77 -
YUV 86.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 130 66 75 0 0.49 0.42 0.49 351.56 0.33 0.38
Hex 82 42 4B 0 31 2A 31 160 21 26
Octal 202 102 113 0 61 52 61 540 41 46
Binary 10000010 1000010 1001011 0 110001 101010 110001 101100000 100001 100110

Color Harmonies of #82424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82424B

Black with #82424B

Text Example


Text Example

White with #82424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82424B;
 }
 .AnyTagClassName
 {
   color: #82424B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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