Html Css Color HEX #824752 Solid Pink

📋 copy color: '#824752'

red 130 ◦ green 71 ◦ blue 82

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

Shades of Solid Pink #824752

Tints of Solid Pink #824752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

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

R = 45.94%
G = 25.09%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#824752 (or 0x824752) is known color: Solid Pink. HEX triplet: 82, 47 and 52. RGB value is (130,71,82). Sum of RGB (Red+Green+Blue) = 130+71+82=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824752 is #7DB8AD. Grayscale: #595959. Windows color (decimal): -8239278 or 5392258. OLE color: 5392258.

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

Color convert

RGB 130 71 82 -
CMYK 0 0.45 0.37 0.49
HSL 348.81º 0.29% 0.39% -
HSV(B) 348.81º 0.45% 0.51% -
XYZ 12.98 9.86 9.2 -
YUV 89.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 130 71 82 0 0.45 0.37 0.49 348.81 0.29 0.39
Hex 82 47 52 0 2D 25 31 15D 1D 27
Octal 202 107 122 0 55 45 61 535 35 47
Binary 10000010 1000111 1010010 0 101101 100101 110001 101011101 11101 100111

Color Harmonies of #824752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824752

Black with #824752

Text Example


Text Example

White with #824752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824752; }

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

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

background-color css

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

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

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

border-color css

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

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

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