Html Css Color HEX #834550 Solid Pink

📋 copy color: '#834550'

red 131 ◦ green 69 ◦ blue 80

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

Shades of Solid Pink #834550

Tints of Solid Pink #834550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 46.79%
G = 24.64%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#834550 (or 0x834550) is known color: Solid Pink. HEX triplet: 83, 45 and 50. RGB value is (131,69,80). Sum of RGB (Red+Green+Blue) = 131+69+80=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #834550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834550 is #7CBAAF. Grayscale: #585858. Windows color (decimal): -8174256 or 5260675. OLE color: 5260675.

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

Color convert

RGB 131 69 80 -
CMYK 0 0.47 0.39 0.49
HSL 349.35º 0.31% 0.39% -
HSV(B) 349.35º 0.47% 0.51% -
XYZ 12.94 9.66 8.77 -
YUV 88.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 131 69 80 0 0.47 0.39 0.49 349.35 0.31 0.39
Hex 83 45 50 0 2F 27 31 15D 1F 27
Octal 203 105 120 0 57 47 61 535 37 47
Binary 10000011 1000101 1010000 0 101111 100111 110001 101011101 11111 100111

Color Harmonies of #834550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834550

Black with #834550

Text Example


Text Example

White with #834550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834550; }

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

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

background-color css

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

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

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

border-color css

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

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

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