Html Css Color HEX #88494B Solid Pink

📋 copy color: '#88494B'

red 136 ◦ green 73 ◦ blue 75

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

Shades of Solid Pink #88494B

Tints of Solid Pink #88494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 47.89%
G = 25.7%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88494B (or 0x88494B) is known color: Solid Pink. HEX triplet: 88, 49 and 4B. RGB value is (136,73,75). Sum of RGB (Red+Green+Blue) = 136+73+75=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88494B is #77B6B4. Grayscale: #5C5C5C. Windows color (decimal): -7845557 or 4934024. OLE color: 4934024.

HSL color Cylindrical-coordinate representation of color #88494B: hue angle of 358.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88494B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 75 -
CMYK 0 0.46 0.45 0.47
HSL 358.1º 0.3% 0.41% -
HSV(B) 358.1º 0.46% 0.53% -
XYZ 13.81 10.51 7.96 -
YUV 92.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 136 73 75 0 0.46 0.45 0.47 358.1 0.3 0.41
Hex 88 49 4B 0 2E 2D 2F 166 1E 29
Octal 210 111 113 0 56 55 57 546 36 51
Binary 10001000 1001001 1001011 0 101110 101101 101111 101100110 11110 101001

Color Harmonies of #88494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88494B

Black with #88494B

Text Example


Text Example

White with #88494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88494B; }

 p { color: rgb(136,73,75); }

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

background-color css

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

 a { background-color: rgb(136,73,75); }

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

border-color css

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

 span { border-color: rgb(136,73,75); }

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