Html Css Color HEX #846383 Trendy Pink

📋 copy color: '#846383'

red 132 ◦ green 99 ◦ blue 131

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

Shades of Trendy Pink #846383

Tints of Trendy Pink #846383

RGB

 RED value IS 132 (51.95% from 255) = 36.46%

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 36.46%
G = 27.35%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#846383 (or 0x846383) is known color: Trendy Pink. HEX triplet: 84, 63 and 83. RGB value is (132,99,131). Sum of RGB (Red+Green+Blue) = 132+99+131=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #846383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846383 is #7B9C7C. Grayscale: #707070. Windows color (decimal): -8100989 or 8610692. OLE color: 8610692.

HSL color Cylindrical-coordinate representation of color #846383: hue angle of 301.82º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846383 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 99 131 -
CMYK 0 0.25 0.01 0.48
HSL 301.82º 0.14% 0.45% -
HSV(B) 301.82º 0.25% 0.52% -
XYZ 18.07 15.47 23.51 -
YUV 112.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 132 99 131 0 0.25 0.01 0.48 301.82 0.14 0.45
Hex 84 63 83 0 19 1 30 12E E 2D
Octal 204 143 203 0 31 1 60 456 16 55
Binary 10000100 1100011 10000011 0 11001 1 110000 100101110 1110 101101

Color Harmonies of #846383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846383

Black with #846383

Text Example


Text Example

White with #846383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846383; }

 p { color: rgb(132,99,131); }

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

background-color css

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

 a { background-color: rgb(132,99,131); }

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

border-color css

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

 span { border-color: rgb(132,99,131); }

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