Html Css Color HEX #854853 Solid Pink

📋 copy color: '#854853'

red 133 ◦ green 72 ◦ blue 83

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

Shades of Solid Pink #854853

Tints of Solid Pink #854853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 46.18%
G = 25%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#854853 (or 0x854853) is known color: Solid Pink. HEX triplet: 85, 48 and 53. RGB value is (133,72,83). Sum of RGB (Red+Green+Blue) = 133+72+83=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #854853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854853 is #7AB7AC. Grayscale: #5B5B5B. Windows color (decimal): -8042413 or 5458053. OLE color: 5458053.

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

Color convert

RGB 133 72 83 -
CMYK 0 0.46 0.38 0.48
HSL 349.18º 0.3% 0.4% -
HSV(B) 349.18º 0.46% 0.52% -
XYZ 13.55 10.25 9.45 -
YUV 91.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 133 72 83 0 0.46 0.38 0.48 349.18 0.3 0.4
Hex 85 48 53 0 2E 26 30 15D 1E 28
Octal 205 110 123 0 56 46 60 535 36 50
Binary 10000101 1001000 1010011 0 101110 100110 110000 101011101 11110 101000

Color Harmonies of #854853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854853

Black with #854853

Text Example


Text Example

White with #854853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854853; }

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

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

background-color css

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

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

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

border-color css

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

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

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