Html Css Color HEX #855258 Solid Pink

📋 copy color: '#855258'

red 133 ◦ green 82 ◦ blue 88

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

Shades of Solid Pink #855258

Tints of Solid Pink #855258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

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

R = 43.89%
G = 27.06%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#855258 (or 0x855258) is known color: Solid Pink. HEX triplet: 85, 52 and 58. RGB value is (133,82,88). Sum of RGB (Red+Green+Blue) = 133+82+88=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855258 is #7AADA7. Grayscale: #616161. Windows color (decimal): -8039848 or 5788293. OLE color: 5788293.

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

Color convert

RGB 133 82 88 -
CMYK 0 0.38 0.34 0.48
HSL 352.94º 0.24% 0.42% -
HSV(B) 352.94º 0.38% 0.52% -
XYZ 14.45 11.73 10.73 -
YUV 97.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 133 82 88 0 0.38 0.34 0.48 352.94 0.24 0.42
Hex 85 52 58 0 26 22 30 161 18 2A
Octal 205 122 130 0 46 42 60 541 30 52
Binary 10000101 1010010 1011000 0 100110 100010 110000 101100001 11000 101010

Color Harmonies of #855258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855258

Black with #855258

Text Example


Text Example

White with #855258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855258; }

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

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

background-color css

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

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

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

border-color css

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

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

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