Html Css Color HEX #824E58 Solid Pink

📋 copy color: '#824E58'

red 130 ◦ green 78 ◦ blue 88

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

Shades of Solid Pink #824E58

Tints of Solid Pink #824E58

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 43.92%
G = 26.35%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824E58 (or 0x824E58) is known color: Solid Pink. HEX triplet: 82, 4E and 58. RGB value is (130,78,88). Sum of RGB (Red+Green+Blue) = 130+78+88=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #824E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E58 is #7DB1A7. Grayscale: #5E5E5E. Windows color (decimal): -8237480 or 5787266. OLE color: 5787266.

HSL color Cylindrical-coordinate representation of color #824E58: hue angle of 348.46º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #824E58 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 88 -
CMYK 0 0.40 0.32 0.49
HSL 348.46º 0.25% 0.41% -
HSV(B) 348.46º 0.4% 0.51% -
XYZ 13.69 10.9 10.61 -
YUV 94.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 130 78 88 0 0.40 0.32 0.49 348.46 0.25 0.41
Hex 82 4E 58 0 28 20 31 15C 19 29
Octal 202 116 130 0 50 40 61 534 31 51
Binary 10000010 1001110 1011000 0 101000 100000 110001 101011100 11001 101001

Color Harmonies of #824E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E58

Black with #824E58

Text Example


Text Example

White with #824E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E58; }

 p { color: rgb(130,78,88); }

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

background-color css

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

 a { background-color: rgb(130,78,88); }

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

border-color css

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

 span { border-color: rgb(130,78,88); }

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