Html Css Color HEX #835076 Trendy Pink

📋 copy color: '#835076'

red 131 ◦ green 80 ◦ blue 118

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

Shades of Trendy Pink #835076

Tints of Trendy Pink #835076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 39.82%
G = 24.32%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#835076 (or 0x835076) is known color: Trendy Pink. HEX triplet: 83, 50 and 76. RGB value is (131,80,118). Sum of RGB (Red+Green+Blue) = 131+80+118=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #835076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835076 is #7CAF89. Grayscale: #636363. Windows color (decimal): -8171402 or 7753859. OLE color: 7753859.

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

Color convert

RGB 131 80 118 -
CMYK 0 0.39 0.10 0.49
HSL 315.29º 0.24% 0.41% -
HSV(B) 315.29º 0.39% 0.51% -
XYZ 15.5 11.87 18.61 -
YUV 99.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 131 80 118 0 0.39 0.10 0.49 315.29 0.24 0.41
Hex 83 50 76 0 27 A 31 13B 18 29
Octal 203 120 166 0 47 12 61 473 30 51
Binary 10000011 1010000 1110110 0 100111 1010 110001 100111011 11000 101001

Color Harmonies of #835076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835076

Black with #835076

Text Example


Text Example

White with #835076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835076; }

 p { color: rgb(131,80,118); }

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

background-color css

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

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

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

border-color css

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

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

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