Html Css Color HEX #824048 Solid Pink

📋 copy color: '#824048'

red 130 ◦ green 64 ◦ blue 72

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

Shades of Solid Pink #824048

Tints of Solid Pink #824048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 48.87%
G = 24.06%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#824048 (or 0x824048) is known color: Solid Pink. HEX triplet: 82, 40 and 48. RGB value is (130,64,72). Sum of RGB (Red+Green+Blue) = 130+64+72=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824048 is #7DBFB7. Grayscale: #545454. Windows color (decimal): -8241080 or 4735106. OLE color: 4735106.

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

Color convert

RGB 130 64 72 -
CMYK 0 0.51 0.45 0.49
HSL 352.73º 0.34% 0.38% -
HSV(B) 352.73º 0.51% 0.51% -
XYZ 12.21 8.88 7.2 -
YUV 84.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 130 64 72 0 0.51 0.45 0.49 352.73 0.34 0.38
Hex 82 40 48 0 33 2D 31 161 22 26
Octal 202 100 110 0 63 55 61 541 42 46
Binary 10000010 1000000 1001000 0 110011 101101 110001 101100001 100010 100110

Color Harmonies of #824048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824048

Black with #824048

Text Example


Text Example

White with #824048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824048; }

 p { color: rgb(130,64,72); }

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

background-color css

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

 a { background-color: rgb(130,64,72); }

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

border-color css

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

 span { border-color: rgb(130,64,72); }

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