Html Css Color HEX #824547 Solid Pink

📋 copy color: '#824547'

red 130 ◦ green 69 ◦ blue 71

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

Shades of Solid Pink #824547

Tints of Solid Pink #824547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 48.15%
G = 25.56%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#824547 (or 0x824547) is known color: Solid Pink. HEX triplet: 82, 45 and 47. RGB value is (130,69,71). Sum of RGB (Red+Green+Blue) = 130+69+71=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824547 is #7DBAB8. Grayscale: #575757. Windows color (decimal): -8239801 or 4670850. OLE color: 4670850.

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

Color convert

RGB 130 69 71 -
CMYK 0 0.47 0.45 0.49
HSL 358.03º 0.31% 0.39% -
HSV(B) 358.03º 0.47% 0.51% -
XYZ 12.47 9.46 7.13 -
YUV 87.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 130 69 71 0 0.47 0.45 0.49 358.03 0.31 0.39
Hex 82 45 47 0 2F 2D 31 166 1F 27
Octal 202 105 107 0 57 55 61 546 37 47
Binary 10000010 1000101 1000111 0 101111 101101 110001 101100110 11111 100111

Color Harmonies of #824547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824547

Black with #824547

Text Example


Text Example

White with #824547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824547; }

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

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

background-color css

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

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

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

border-color css

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

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

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