Html Css Color HEX #824249 Solid Pink

📋 copy color: '#824249'

red 130 ◦ green 66 ◦ blue 73

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

Shades of Solid Pink #824249

Tints of Solid Pink #824249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 48.33%
G = 24.54%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#824249 (or 0x824249) is known color: Solid Pink. HEX triplet: 82, 42 and 49. RGB value is (130,66,73). Sum of RGB (Red+Green+Blue) = 130+66+73=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824249 is #7DBDB6. Grayscale: #555555. Windows color (decimal): -8240567 or 4801154. OLE color: 4801154.

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

Color convert

RGB 130 66 73 -
CMYK 0 0.49 0.44 0.49
HSL 353.44º 0.33% 0.38% -
HSV(B) 353.44º 0.49% 0.51% -
XYZ 12.36 9.12 7.41 -
YUV 85.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 130 66 73 0 0.49 0.44 0.49 353.44 0.33 0.38
Hex 82 42 49 0 31 2C 31 161 21 26
Octal 202 102 111 0 61 54 61 541 41 46
Binary 10000010 1000010 1001001 0 110001 101100 110001 101100001 100001 100110

Color Harmonies of #824249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824249

Black with #824249

Text Example


Text Example

White with #824249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824249; }

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

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

background-color css

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

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

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

border-color css

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

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

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