Html Css Color HEX #884248 Solid Pink

📋 copy color: '#884248'

red 136 ◦ green 66 ◦ blue 72

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

Shades of Solid Pink #884248

Tints of Solid Pink #884248

RGB

 RED value IS 136 (53.52% from 255) = 49.64%

 GREEN value IS 66 (26.17% from 255) = 24.09%

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

R = 49.64%
G = 24.09%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#884248 (or 0x884248) is known color: Solid Pink. HEX triplet: 88, 42 and 48. RGB value is (136,66,72). Sum of RGB (Red+Green+Blue) = 136+66+72=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #884248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884248 is #77BDB7. Grayscale: #575757. Windows color (decimal): -7847352 or 4735624. OLE color: 4735624.

HSL color Cylindrical-coordinate representation of color #884248: hue angle of 354.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884248 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 72 -
CMYK 0 0.51 0.47 0.47
HSL 354.86º 0.35% 0.4% -
HSV(B) 354.86º 0.51% 0.53% -
XYZ 13.27 9.6 7.28 -
YUV 87.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 136 66 72 0 0.51 0.47 0.47 354.86 0.35 0.4
Hex 88 42 48 0 33 2F 2F 163 23 28
Octal 210 102 110 0 63 57 57 543 43 50
Binary 10001000 1000010 1001000 0 110011 101111 101111 101100011 100011 101000

Color Harmonies of #884248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884248

Black with #884248

Text Example


Text Example

White with #884248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884248; }

 p { color: rgb(136,66,72); }

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

background-color css

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

 a { background-color: rgb(136,66,72); }

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

border-color css

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

 span { border-color: rgb(136,66,72); }

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