Html Css Color HEX #824D7B Trendy Pink

📋 copy color: '#824D7B'

red 130 ◦ green 77 ◦ blue 123

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

Shades of Trendy Pink #824D7B

Tints of Trendy Pink #824D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 123 (48.44% from 255) = 37.27%

R = 39.39%
G = 23.33%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#824D7B (or 0x824D7B) is known color: Trendy Pink. HEX triplet: 82, 4D and 7B. RGB value is (130,77,123). Sum of RGB (Red+Green+Blue) = 130+77+123=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #824D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D7B is #7DB284. Grayscale: #616161. Windows color (decimal): -8237701 or 8080770. OLE color: 8080770.

HSL color Cylindrical-coordinate representation of color #824D7B: hue angle of 307.92º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #824D7B is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 77 123 -
CMYK 0 0.41 0.05 0.49
HSL 307.92º 0.26% 0.41% -
HSV(B) 307.92º 0.41% 0.51% -
XYZ 15.43 11.48 20.14 -
YUV 98.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 130 77 123 0 0.41 0.05 0.49 307.92 0.26 0.41
Hex 82 4D 7B 0 29 5 31 134 1A 29
Octal 202 115 173 0 51 5 61 464 32 51
Binary 10000010 1001101 1111011 0 101001 101 110001 100110100 11010 101001

Color Harmonies of #824D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D7B

Black with #824D7B

Text Example


Text Example

White with #824D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824D7B; }

 p { color: rgb(130,77,123); }

 H1.HeaderClassName
 {
   color: #824D7B;
 }
 .AnyTagClassName
 {
   color: #824D7B;
 }
</style>

background-color css

<style>
 a { background-color: #824D7B; }

 a { background-color: rgb(130,77,123); }

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

border-color css

<style>
 span { border-color: #824D7B; }

 span { border-color: rgb(130,77,123); }

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