Html Css Color HEX #834952 Solid Pink

📋 copy color: '#834952'

red 131 ◦ green 73 ◦ blue 82

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

Shades of Solid Pink #834952

Tints of Solid Pink #834952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 82 (32.42% from 255) = 28.67%

R = 45.8%
G = 25.52%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#834952 (or 0x834952) is known color: Solid Pink. HEX triplet: 83, 49 and 52. RGB value is (131,73,82). Sum of RGB (Red+Green+Blue) = 131+73+82=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #834952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834952 is #7CB6AD. Grayscale: #5B5B5B. Windows color (decimal): -8173230 or 5392771. OLE color: 5392771.

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

Color convert

RGB 131 73 82 -
CMYK 0 0.44 0.37 0.49
HSL 350.69º 0.28% 0.4% -
HSV(B) 350.69º 0.44% 0.51% -
XYZ 13.27 10.2 9.25 -
YUV 91.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 131 73 82 0 0.44 0.37 0.49 350.69 0.28 0.4
Hex 83 49 52 0 2C 25 31 15F 1C 28
Octal 203 111 122 0 54 45 61 537 34 50
Binary 10000011 1001001 1010010 0 101100 100101 110001 101011111 11100 101000

Color Harmonies of #834952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834952

Black with #834952

Text Example


Text Example

White with #834952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834952; }

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

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

background-color css

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

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

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

border-color css

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

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

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