Html Css Color HEX #885052 Solid Pink

📋 copy color: '#885052'

red 136 ◦ green 80 ◦ blue 82

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

Shades of Solid Pink #885052

Tints of Solid Pink #885052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 45.64%
G = 26.85%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#885052 (or 0x885052) is known color: Solid Pink. HEX triplet: 88, 50 and 52. RGB value is (136,80,82). Sum of RGB (Red+Green+Blue) = 136+80+82=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #885052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885052 is #77AFAD. Grayscale: #616161. Windows color (decimal): -7843758 or 5394568. OLE color: 5394568.

HSL color Cylindrical-coordinate representation of color #885052: hue angle of 357.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885052 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 82 -
CMYK 0 0.41 0.40 0.47
HSL 357.86º 0.26% 0.42% -
HSV(B) 357.86º 0.41% 0.53% -
XYZ 14.55 11.58 9.45 -
YUV 96.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 136 80 82 0 0.41 0.40 0.47 357.86 0.26 0.42
Hex 88 50 52 0 29 28 2F 166 1A 2A
Octal 210 120 122 0 51 50 57 546 32 52
Binary 10001000 1010000 1010010 0 101001 101000 101111 101100110 11010 101010

Color Harmonies of #885052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885052

Black with #885052

Text Example


Text Example

White with #885052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885052; }

 p { color: rgb(136,80,82); }

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

background-color css

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

 a { background-color: rgb(136,80,82); }

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

border-color css

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

 span { border-color: rgb(136,80,82); }

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