Html Css Color HEX #856383 Trendy Pink

📋 copy color: '#856383'

red 133 ◦ green 99 ◦ blue 131

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

Shades of Trendy Pink #856383

Tints of Trendy Pink #856383

RGB

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

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

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

R = 36.64%
G = 27.27%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#856383 (or 0x856383) is known color: Trendy Pink. HEX triplet: 85, 63 and 83. RGB value is (133,99,131). Sum of RGB (Red+Green+Blue) = 133+99+131=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #856383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856383 is #7A9C7C. Grayscale: #707070. Windows color (decimal): -8035453 or 8610693. OLE color: 8610693.

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

Color convert

RGB 133 99 131 -
CMYK 0 0.26 0.02 0.48
HSL 303.53º 0.15% 0.45% -
HSV(B) 303.53º 0.26% 0.52% -
XYZ 18.23 15.55 23.51 -
YUV 112.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 133 99 131 0 0.26 0.02 0.48 303.53 0.15 0.45
Hex 85 63 83 0 1A 2 30 130 F 2D
Octal 205 143 203 0 32 2 60 460 17 55
Binary 10000101 1100011 10000011 0 11010 10 110000 100110000 1111 101101

Color Harmonies of #856383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856383

Black with #856383

Text Example


Text Example

White with #856383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856383; }

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

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

background-color css

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

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

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

border-color css

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

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

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