Html Css Color HEX #824448 Solid Pink

📋 copy color: '#824448'

red 130 ◦ green 68 ◦ blue 72

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

Shades of Solid Pink #824448

Tints of Solid Pink #824448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

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

R = 48.15%
G = 25.19%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#824448 (or 0x824448) is known color: Solid Pink. HEX triplet: 82, 44 and 48. RGB value is (130,68,72). Sum of RGB (Red+Green+Blue) = 130+68+72=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824448 is #7DBBB7. Grayscale: #575757. Windows color (decimal): -8240056 or 4736130. OLE color: 4736130.

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

Color convert

RGB 130 68 72 -
CMYK 0 0.48 0.45 0.49
HSL 356.13º 0.31% 0.39% -
HSV(B) 356.13º 0.48% 0.51% -
XYZ 12.44 9.35 7.28 -
YUV 86.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 130 68 72 0 0.48 0.45 0.49 356.13 0.31 0.39
Hex 82 44 48 0 30 2D 31 164 1F 27
Octal 202 104 110 0 60 55 61 544 37 47
Binary 10000010 1000100 1001000 0 110000 101101 110001 101100100 11111 100111

Color Harmonies of #824448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824448

Black with #824448

Text Example


Text Example

White with #824448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824448; }

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

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

background-color css

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

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

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

border-color css

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

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

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