Html Css Color HEX #824954 Solid Pink

📋 copy color: '#824954'

red 130 ◦ green 73 ◦ blue 84

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

Shades of Solid Pink #824954

Tints of Solid Pink #824954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 45.3%
G = 25.44%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#824954 (or 0x824954) is known color: Solid Pink. HEX triplet: 82, 49 and 54. RGB value is (130,73,84). Sum of RGB (Red+Green+Blue) = 130+73+84=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #824954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824954 is #7DB6AB. Grayscale: #5B5B5B. Windows color (decimal): -8238764 or 5523842. OLE color: 5523842.

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

Color convert

RGB 130 73 84 -
CMYK 0 0.44 0.35 0.49
HSL 348.42º 0.28% 0.4% -
HSV(B) 348.42º 0.44% 0.51% -
XYZ 13.19 10.15 9.65 -
YUV 91.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 130 73 84 0 0.44 0.35 0.49 348.42 0.28 0.4
Hex 82 49 54 0 2C 23 31 15C 1C 28
Octal 202 111 124 0 54 43 61 534 34 50
Binary 10000010 1001001 1010100 0 101100 100011 110001 101011100 11100 101000

Color Harmonies of #824954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824954

Black with #824954

Text Example


Text Example

White with #824954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824954; }

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

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

background-color css

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

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

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

border-color css

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

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

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