Html Css Color HEX #824E53 Solid Pink

📋 copy color: '#824E53'

red 130 ◦ green 78 ◦ blue 83

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

Shades of Solid Pink #824E53

Tints of Solid Pink #824E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.52%

R = 44.67%
G = 26.8%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#824E53 (or 0x824E53) is known color: Solid Pink. HEX triplet: 82, 4E and 53. RGB value is (130,78,83). Sum of RGB (Red+Green+Blue) = 130+78+83=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #824E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E53 is #7DB1AC. Grayscale: #5E5E5E. Windows color (decimal): -8237485 or 5459586. OLE color: 5459586.

HSL color Cylindrical-coordinate representation of color #824E53: hue angle of 354.23º 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 #824E53 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 83 -
CMYK 0 0.40 0.36 0.49
HSL 354.23º 0.25% 0.41% -
HSV(B) 354.23º 0.4% 0.51% -
XYZ 13.49 10.82 9.56 -
YUV 94.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 130 78 83 0 0.40 0.36 0.49 354.23 0.25 0.41
Hex 82 4E 53 0 28 24 31 162 19 29
Octal 202 116 123 0 50 44 61 542 31 51
Binary 10000010 1001110 1010011 0 101000 100100 110001 101100010 11001 101001

Color Harmonies of #824E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E53

Black with #824E53

Text Example


Text Example

White with #824E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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