Html Css Color HEX #834749 Solid Pink

📋 copy color: '#834749'

red 131 ◦ green 71 ◦ blue 73

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

Shades of Solid Pink #834749

Tints of Solid Pink #834749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

 BLUE value IS 73 (28.91% from 255) = 26.55%

R = 47.64%
G = 25.82%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#834749 (or 0x834749) is known color: Solid Pink. HEX triplet: 83, 47 and 49. RGB value is (131,71,73). Sum of RGB (Red+Green+Blue) = 131+71+73=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #834749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834749 is #7CB8B6. Grayscale: #595959. Windows color (decimal): -8173751 or 4802435. OLE color: 4802435.

HSL color Cylindrical-coordinate representation of color #834749: hue angle of 358º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834749 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 73 -
CMYK 0 0.46 0.44 0.49
HSL 358º 0.3% 0.4% -
HSV(B) 358º 0.46% 0.51% -
XYZ 12.82 9.81 7.52 -
YUV 89.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 131 71 73 0 0.46 0.44 0.49 358 0.3 0.4
Hex 83 47 49 0 2E 2C 31 166 1E 28
Octal 203 107 111 0 56 54 61 546 36 50
Binary 10000011 1000111 1001001 0 101110 101100 110001 101100110 11110 101000

Color Harmonies of #834749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834749

Black with #834749

Text Example


Text Example

White with #834749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834749; }

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

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

background-color css

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

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

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

border-color css

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

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

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