Html Css Color HEX #824953 Solid Pink

📋 copy color: '#824953'

red 130 ◦ green 73 ◦ blue 83

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

Shades of Solid Pink #824953

Tints of Solid Pink #824953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 45.45%
G = 25.52%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#824953 (or 0x824953) is known color: Solid Pink. HEX triplet: 82, 49 and 53. RGB value is (130,73,83). Sum of RGB (Red+Green+Blue) = 130+73+83=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #824953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824953 is #7DB6AC. Grayscale: #5B5B5B. Windows color (decimal): -8238765 or 5458306. OLE color: 5458306.

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

Color convert

RGB 130 73 83 -
CMYK 0 0.44 0.36 0.49
HSL 349.47º 0.28% 0.4% -
HSV(B) 349.47º 0.44% 0.51% -
XYZ 13.15 10.14 9.45 -
YUV 91.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 130 73 83 0 0.44 0.36 0.49 349.47 0.28 0.4
Hex 82 49 53 0 2C 24 31 15D 1C 28
Octal 202 111 123 0 54 44 61 535 34 50
Binary 10000010 1001001 1010011 0 101100 100100 110001 101011101 11100 101000

Color Harmonies of #824953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824953

Black with #824953

Text Example


Text Example

White with #824953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824953; }

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

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

background-color css

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

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

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

border-color css

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

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

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