Html Css Color HEX #855253 Solid Pink

📋 copy color: '#855253'

red 133 ◦ green 82 ◦ blue 83

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

Shades of Solid Pink #855253

Tints of Solid Pink #855253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 44.63%
G = 27.52%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#855253 (or 0x855253) is known color: Solid Pink. HEX triplet: 85, 52 and 53. RGB value is (133,82,83). Sum of RGB (Red+Green+Blue) = 133+82+83=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #855253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855253 is #7AADAC. Grayscale: #616161. Windows color (decimal): -8039853 or 5460613. OLE color: 5460613.

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

Color convert

RGB 133 82 83 -
CMYK 0 0.38 0.38 0.48
HSL 358.82º 0.24% 0.42% -
HSV(B) 358.82º 0.38% 0.52% -
XYZ 14.25 11.65 9.68 -
YUV 97.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 133 82 83 0 0.38 0.38 0.48 358.82 0.24 0.42
Hex 85 52 53 0 26 26 30 167 18 2A
Octal 205 122 123 0 46 46 60 547 30 52
Binary 10000101 1010010 1010011 0 100110 100110 110000 101100111 11000 101010

Color Harmonies of #855253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855253

Black with #855253

Text Example


Text Example

White with #855253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855253; }

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

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

background-color css

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

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

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

border-color css

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

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

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