Html Css Color HEX #85535A Solid Pink

📋 copy color: '#85535A'

red 133 ◦ green 83 ◦ blue 90

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

Shades of Solid Pink #85535A

Tints of Solid Pink #85535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 43.46%
G = 27.12%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85535A (or 0x85535A) is known color: Solid Pink. HEX triplet: 85, 53 and 5A. RGB value is (133,83,90). Sum of RGB (Red+Green+Blue) = 133+83+90=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85535A is #7AACA5. Grayscale: #626262. Windows color (decimal): -8039590 or 5919621. OLE color: 5919621.

HSL color Cylindrical-coordinate representation of color #85535A: hue angle of 351.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 #85535A is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 90 -
CMYK 0 0.38 0.32 0.48
HSL 351.6º 0.23% 0.42% -
HSV(B) 351.6º 0.38% 0.52% -
XYZ 14.61 11.91 11.2 -
YUV 98.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 133 83 90 0 0.38 0.32 0.48 351.6 0.23 0.42
Hex 85 53 5A 0 26 20 30 160 17 2A
Octal 205 123 132 0 46 40 60 540 27 52
Binary 10000101 1010011 1011010 0 100110 100000 110000 101100000 10111 101010

Color Harmonies of #85535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85535A

Black with #85535A

Text Example


Text Example

White with #85535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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