Html Css Color HEX #856483 Trendy Pink

📋 copy color: '#856483'

red 133 ◦ green 100 ◦ blue 131

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

Shades of Trendy Pink #856483

Tints of Trendy Pink #856483

RGB

 RED value IS 133 (52.34% from 255) = 36.54%

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 36.54%
G = 27.47%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#856483 (or 0x856483) is known color: Trendy Pink. HEX triplet: 85, 64 and 83. RGB value is (133,100,131). Sum of RGB (Red+Green+Blue) = 133+100+131=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #856483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856483 is #7A9B7C. Grayscale: #717171. Windows color (decimal): -8035197 or 8610949. OLE color: 8610949.

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

Color convert

RGB 133 100 131 -
CMYK 0 0.25 0.02 0.48
HSL 303.64º 0.14% 0.46% -
HSV(B) 303.64º 0.25% 0.52% -
XYZ 18.33 15.74 23.54 -
YUV 113.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 133 100 131 0 0.25 0.02 0.48 303.64 0.14 0.46
Hex 85 64 83 0 19 2 30 130 E 2E
Octal 205 144 203 0 31 2 60 460 16 56
Binary 10000101 1100100 10000011 0 11001 10 110000 100110000 1110 101110

Color Harmonies of #856483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856483

Black with #856483

Text Example


Text Example

White with #856483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856483; }

 p { color: rgb(133,100,131); }

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

background-color css

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

 a { background-color: rgb(133,100,131); }

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

border-color css

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

 span { border-color: rgb(133,100,131); }

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