Html Css Color HEX #824149 Solid Pink

📋 copy color: '#824149'

red 130 ◦ green 65 ◦ blue 73

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

Shades of Solid Pink #824149

Tints of Solid Pink #824149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

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

R = 48.51%
G = 24.25%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#824149 (or 0x824149) is known color: Solid Pink. HEX triplet: 82, 41 and 49. RGB value is (130,65,73). Sum of RGB (Red+Green+Blue) = 130+65+73=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824149 is #7DBEB6. Grayscale: #555555. Windows color (decimal): -8240823 or 4800898. OLE color: 4800898.

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

Color convert

RGB 130 65 73 -
CMYK 0 0.50 0.44 0.49
HSL 352.62º 0.33% 0.38% -
HSV(B) 352.62º 0.5% 0.51% -
XYZ 12.3 9.01 7.39 -
YUV 85.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 130 65 73 0 0.50 0.44 0.49 352.62 0.33 0.38
Hex 82 41 49 0 32 2C 31 161 21 26
Octal 202 101 111 0 62 54 61 541 41 46
Binary 10000010 1000001 1001001 0 110010 101100 110001 101100001 100001 100110

Color Harmonies of #824149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824149

Black with #824149

Text Example


Text Example

White with #824149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824149; }

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

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

background-color css

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

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

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

border-color css

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

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

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