Html Css Color HEX #824952 Solid Pink

📋 copy color: '#824952'

red 130 ◦ green 73 ◦ blue 82

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

Shades of Solid Pink #824952

Tints of Solid Pink #824952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 45.61%
G = 25.61%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#824952 (or 0x824952) is known color: Solid Pink. HEX triplet: 82, 49 and 52. RGB value is (130,73,82). Sum of RGB (Red+Green+Blue) = 130+73+82=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #824952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824952 is #7DB6AD. Grayscale: #5B5B5B. Windows color (decimal): -8238766 or 5392770. OLE color: 5392770.

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

Color convert

RGB 130 73 82 -
CMYK 0 0.44 0.37 0.49
HSL 350.53º 0.28% 0.4% -
HSV(B) 350.53º 0.44% 0.51% -
XYZ 13.11 10.12 9.24 -
YUV 91.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 130 73 82 0 0.44 0.37 0.49 350.53 0.28 0.4
Hex 82 49 52 0 2C 25 31 15F 1C 28
Octal 202 111 122 0 54 45 61 537 34 50
Binary 10000010 1001001 1010010 0 101100 100101 110001 101011111 11100 101000

Color Harmonies of #824952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824952

Black with #824952

Text Example


Text Example

White with #824952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824952; }

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

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

background-color css

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

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

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

border-color css

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

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

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