Html Css Color HEX #83617D Trendy Pink

📋 copy color: '#83617D'

red 131 ◦ green 97 ◦ blue 125

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

Shades of Trendy Pink #83617D

Tints of Trendy Pink #83617D

RGB

 RED value IS 131 (51.56% from 255) = 37.11%

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 37.11%
G = 27.48%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83617D (or 0x83617D) is known color: Trendy Pink. HEX triplet: 83, 61 and 7D. RGB value is (131,97,125). Sum of RGB (Red+Green+Blue) = 131+97+125=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83617D is #7C9E82. Grayscale: #6E6E6E. Windows color (decimal): -8167043 or 8216963. OLE color: 8216963.

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

Color convert

RGB 131 97 125 -
CMYK 0 0.26 0.05 0.49
HSL 310.59º 0.15% 0.45% -
HSV(B) 310.59º 0.26% 0.51% -
XYZ 17.34 14.86 21.36 -
YUV 110.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 131 97 125 0 0.26 0.05 0.49 310.59 0.15 0.45
Hex 83 61 7D 0 1A 5 31 137 F 2D
Octal 203 141 175 0 32 5 61 467 17 55
Binary 10000011 1100001 1111101 0 11010 101 110001 100110111 1111 101101

Color Harmonies of #83617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83617D

Black with #83617D

Text Example


Text Example

White with #83617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83617D; }

 p { color: rgb(131,97,125); }

 H1.HeaderClassName
 {
   color: #83617D;
 }
 .AnyTagClassName
 {
   color: #83617D;
 }
</style>

background-color css

<style>
 a { background-color: #83617D; }

 a { background-color: rgb(131,97,125); }

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

border-color css

<style>
 span { border-color: #83617D; }

 span { border-color: rgb(131,97,125); }

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