#836183

Color #836183 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #836183

Tints of Trendy Pink #836183

Color information

#836183 (or 0x836183) is unknown color: approx Trendy Pink. HEX triplet: 83, 61 and 83. RGB value is (131,97,131). Sum of RGB (Red+Green+Blue) = 131+97+131=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #836183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836183 is #7C9E7C. Grayscale: #6E6E6E. Windows color (decimal): -8167037 or 8610179. OLE color: 8610179.

HSL color Cylindrical-coordinate representation of color #836183: hue angle of 300º 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 #836183 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB13197131-
CMYK00.2600.49
HSL300º14.91%44.71%-
HSV(B)300º25.95%51.37%-
XYZ17.7315.0123.44-
YUV111.04139.26142.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=36.49%
G=27.02%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319713100.2600.4930014.9144.71
Hex83618301A03112cf2d
Octal2031412030320614541755
Binary1000001111000011000001101101001100011001011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836183; }

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

 H1.HeaderClassName
 {
   color: #836183;
 }
 .AnyTagClassName
 {
   color: #836183;
 }
</style>
background-color css

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

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

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

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

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

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