Html Css Color HEX #824748 Solid Pink

📋 copy color: '#824748'

red 130 ◦ green 71 ◦ blue 72

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

Shades of Solid Pink #824748

Tints of Solid Pink #824748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 47.62%
G = 26.01%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#824748 (or 0x824748) is known color: Solid Pink. HEX triplet: 82, 47 and 48. RGB value is (130,71,72). Sum of RGB (Red+Green+Blue) = 130+71+72=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #824748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824748 is #7DB8B7. Grayscale: #585858. Windows color (decimal): -8239288 or 4736898. OLE color: 4736898.

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

Color convert

RGB 130 71 72 -
CMYK 0 0.45 0.45 0.49
HSL 358.98º 0.29% 0.39% -
HSV(B) 358.98º 0.45% 0.51% -
XYZ 12.63 9.72 7.34 -
YUV 88.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 130 71 72 0 0.45 0.45 0.49 358.98 0.29 0.39
Hex 82 47 48 0 2D 2D 31 167 1D 27
Octal 202 107 110 0 55 55 61 547 35 47
Binary 10000010 1000111 1001000 0 101101 101101 110001 101100111 11101 100111

Color Harmonies of #824748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824748

Black with #824748

Text Example


Text Example

White with #824748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824748; }

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

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

background-color css

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

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

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

border-color css

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

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

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