Html Css Color HEX #824849 Solid Pink

📋 copy color: '#824849'

red 130 ◦ green 72 ◦ blue 73

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

Shades of Solid Pink #824849

Tints of Solid Pink #824849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 47.27%
G = 26.18%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#824849 (or 0x824849) is known color: Solid Pink. HEX triplet: 82, 48 and 49. RGB value is (130,72,73). Sum of RGB (Red+Green+Blue) = 130+72+73=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #824849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824849 is #7DB7B6. Grayscale: #595959. Windows color (decimal): -8239031 or 4802690. OLE color: 4802690.

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

Color convert

RGB 130 72 73 -
CMYK 0 0.45 0.44 0.49
HSL 358.97º 0.29% 0.4% -
HSV(B) 358.97º 0.45% 0.51% -
XYZ 12.73 9.86 7.54 -
YUV 89.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 130 72 73 0 0.45 0.44 0.49 358.97 0.29 0.4
Hex 82 48 49 0 2D 2C 31 167 1D 28
Octal 202 110 111 0 55 54 61 547 35 50
Binary 10000010 1001000 1001001 0 101101 101100 110001 101100111 11101 101000

Color Harmonies of #824849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824849

Black with #824849

Text Example


Text Example

White with #824849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824849; }

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

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

background-color css

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

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

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

border-color css

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

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

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