Html Css Color HEX #83437D Trendy Pink

📋 copy color: '#83437D'

red 131 ◦ green 67 ◦ blue 125

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

Shades of Trendy Pink #83437D

Tints of Trendy Pink #83437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

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

R = 40.56%
G = 20.74%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83437D (or 0x83437D) is known color: Trendy Pink. HEX triplet: 83, 43 and 7D. RGB value is (131,67,125). Sum of RGB (Red+Green+Blue) = 131+67+125=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #83437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83437D is #7CBC82. Grayscale: #5C5C5C. Windows color (decimal): -8174723 or 8209283. OLE color: 8209283.

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

Color convert

RGB 131 67 125 -
CMYK 0 0.49 0.05 0.49
HSL 305.63º 0.32% 0.39% -
HSV(B) 305.63º 0.49% 0.51% -
XYZ 15.07 10.32 20.6 -
YUV 92.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 131 67 125 0 0.49 0.05 0.49 305.63 0.32 0.39
Hex 83 43 7D 0 31 5 31 132 20 27
Octal 203 103 175 0 61 5 61 462 40 47
Binary 10000011 1000011 1111101 0 110001 101 110001 100110010 100000 100111

Color Harmonies of #83437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83437D

Black with #83437D

Text Example


Text Example

White with #83437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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