Html Css Color HEX #834647 Solid Pink

📋 copy color: '#834647'

red 131 ◦ green 70 ◦ blue 71

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

Shades of Solid Pink #834647

Tints of Solid Pink #834647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 48.16%
G = 25.74%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#834647 (or 0x834647) is known color: Solid Pink. HEX triplet: 83, 46 and 47. RGB value is (131,70,71). Sum of RGB (Red+Green+Blue) = 131+70+71=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #834647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834647 is #7CB9B8. Grayscale: #585858. Windows color (decimal): -8174009 or 4671107. OLE color: 4671107.

HSL color Cylindrical-coordinate representation of color #834647: hue angle of 359.02º degrees, saturation: 0.3, 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 #834647 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 71 -
CMYK 0 0.47 0.46 0.49
HSL 359.02º 0.3% 0.39% -
HSV(B) 359.02º 0.47% 0.51% -
XYZ 12.69 9.66 7.16 -
YUV 88.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 131 70 71 0 0.47 0.46 0.49 359.02 0.3 0.39
Hex 83 46 47 0 2F 2E 31 167 1E 27
Octal 203 106 107 0 57 56 61 547 36 47
Binary 10000011 1000110 1000111 0 101111 101110 110001 101100111 11110 100111

Color Harmonies of #834647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834647

Black with #834647

Text Example


Text Example

White with #834647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834647; }

 p { color: rgb(131,70,71); }

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

background-color css

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

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

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

border-color css

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

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

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