Html Css Color HEX #824247 Solid Pink

📋 copy color: '#824247'

red 130 ◦ green 66 ◦ blue 71

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

Shades of Solid Pink #824247

Tints of Solid Pink #824247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 48.69%
G = 24.72%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#824247 (or 0x824247) is known color: Solid Pink. HEX triplet: 82, 42 and 47. RGB value is (130,66,71). Sum of RGB (Red+Green+Blue) = 130+66+71=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824247 is #7DBDB8. Grayscale: #555555. Windows color (decimal): -8240569 or 4670082. OLE color: 4670082.

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

Color convert

RGB 130 66 71 -
CMYK 0 0.49 0.45 0.49
HSL 355.31º 0.33% 0.38% -
HSV(B) 355.31º 0.49% 0.51% -
XYZ 12.29 9.1 7.07 -
YUV 85.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 130 66 71 0 0.49 0.45 0.49 355.31 0.33 0.38
Hex 82 42 47 0 31 2D 31 163 21 26
Octal 202 102 107 0 61 55 61 543 41 46
Binary 10000010 1000010 1000111 0 110001 101101 110001 101100011 100001 100110

Color Harmonies of #824247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824247

Black with #824247

Text Example


Text Example

White with #824247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824247; }

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

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

background-color css

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

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

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

border-color css

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

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

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