Html Css Color HEX #824955 Solid Pink

📋 copy color: '#824955'

red 130 ◦ green 73 ◦ blue 85

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

Shades of Solid Pink #824955

Tints of Solid Pink #824955

RGB

 RED value IS 130 (51.17% from 255) = 45.14%

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

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 45.14%
G = 25.35%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#824955 (or 0x824955) is known color: Solid Pink. HEX triplet: 82, 49 and 55. RGB value is (130,73,85). Sum of RGB (Red+Green+Blue) = 130+73+85=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #824955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824955 is #7DB6AA. Grayscale: #5B5B5B. Windows color (decimal): -8238763 or 5589378. OLE color: 5589378.

HSL color Cylindrical-coordinate representation of color #824955: hue angle of 347.37º 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 #824955 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 85 -
CMYK 0 0.44 0.35 0.49
HSL 347.37º 0.28% 0.4% -
HSV(B) 347.37º 0.44% 0.51% -
XYZ 13.23 10.17 9.86 -
YUV 91.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 130 73 85 0 0.44 0.35 0.49 347.37 0.28 0.4
Hex 82 49 55 0 2C 23 31 15B 1C 28
Octal 202 111 125 0 54 43 61 533 34 50
Binary 10000010 1001001 1010101 0 101100 100011 110001 101011011 11100 101000

Color Harmonies of #824955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824955

Black with #824955

Text Example


Text Example

White with #824955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824955; }

 p { color: rgb(130,73,85); }

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

background-color css

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

 a { background-color: rgb(130,73,85); }

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

border-color css

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

 span { border-color: rgb(130,73,85); }

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