Html Css Color HEX #824549 Solid Pink

📋 copy color: '#824549'

red 130 ◦ green 69 ◦ blue 73

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

Shades of Solid Pink #824549

Tints of Solid Pink #824549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

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

R = 47.79%
G = 25.37%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#824549 (or 0x824549) is known color: Solid Pink. HEX triplet: 82, 45 and 49. RGB value is (130,69,73). Sum of RGB (Red+Green+Blue) = 130+69+73=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #824549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824549 is #7DBAB6. Grayscale: #575757. Windows color (decimal): -8239799 or 4801922. OLE color: 4801922.

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

Color convert

RGB 130 69 73 -
CMYK 0 0.47 0.44 0.49
HSL 356.07º 0.31% 0.39% -
HSV(B) 356.07º 0.47% 0.51% -
XYZ 12.54 9.48 7.47 -
YUV 87.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 130 69 73 0 0.47 0.44 0.49 356.07 0.31 0.39
Hex 82 45 49 0 2F 2C 31 164 1F 27
Octal 202 105 111 0 57 54 61 544 37 47
Binary 10000010 1000101 1001001 0 101111 101100 110001 101100100 11111 100111

Color Harmonies of #824549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824549

Black with #824549

Text Example


Text Example

White with #824549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824549; }

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

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

background-color css

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

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

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

border-color css

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

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

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