Html Css Color HEX #855355 Solid Pink

📋 copy color: '#855355'

red 133 ◦ green 83 ◦ blue 85

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

Shades of Solid Pink #855355

Tints of Solid Pink #855355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 44.19%
G = 27.57%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#855355 (or 0x855355) is known color: Solid Pink. HEX triplet: 85, 53 and 55. RGB value is (133,83,85). Sum of RGB (Red+Green+Blue) = 133+83+85=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855355 is #7AACAA. Grayscale: #626262. Windows color (decimal): -8039595 or 5591941. OLE color: 5591941.

HSL color Cylindrical-coordinate representation of color #855355: hue angle of 357.6º degrees, saturation: 0.23, 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 #855355 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 85 -
CMYK 0 0.38 0.36 0.48
HSL 357.6º 0.23% 0.42% -
HSV(B) 357.6º 0.38% 0.52% -
XYZ 14.41 11.83 10.12 -
YUV 98.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 133 83 85 0 0.38 0.36 0.48 357.6 0.23 0.42
Hex 85 53 55 0 26 24 30 166 17 2A
Octal 205 123 125 0 46 44 60 546 27 52
Binary 10000101 1010011 1010101 0 100110 100100 110000 101100110 10111 101010

Color Harmonies of #855355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855355

Black with #855355

Text Example


Text Example

White with #855355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855355; }

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

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

background-color css

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

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

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

border-color css

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

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

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