Html Css Color HEX #855558 Solid Pink

📋 copy color: '#855558'

red 133 ◦ green 85 ◦ blue 88

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

Shades of Solid Pink #855558

Tints of Solid Pink #855558

RGB

 RED value IS 133 (52.34% from 255) = 43.46%

 GREEN value IS 85 (33.59% from 255) = 27.78%

 BLUE value IS 88 (34.77% from 255) = 28.76%

R = 43.46%
G = 27.78%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#855558 (or 0x855558) is known color: Solid Pink. HEX triplet: 85, 55 and 58. RGB value is (133,85,88). Sum of RGB (Red+Green+Blue) = 133+85+88=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #855558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855558 is #7AAAA7. Grayscale: #636363. Windows color (decimal): -8039080 or 5789061. OLE color: 5789061.

HSL color Cylindrical-coordinate representation of color #855558: hue angle of 356.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855558 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 88 -
CMYK 0 0.36 0.34 0.48
HSL 356.25º 0.22% 0.43% -
HSV(B) 356.25º 0.36% 0.52% -
XYZ 14.68 12.19 10.81 -
YUV 99.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 133 85 88 0 0.36 0.34 0.48 356.25 0.22 0.43
Hex 85 55 58 0 24 22 30 164 16 2B
Octal 205 125 130 0 44 42 60 544 26 53
Binary 10000101 1010101 1011000 0 100100 100010 110000 101100100 10110 101011

Color Harmonies of #855558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855558

Black with #855558

Text Example


Text Example

White with #855558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855558; }

 p { color: rgb(133,85,88); }

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

background-color css

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

 a { background-color: rgb(133,85,88); }

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

border-color css

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

 span { border-color: rgb(133,85,88); }

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