Html Css Color HEX #854852 Solid Pink

📋 copy color: '#854852'

red 133 ◦ green 72 ◦ blue 82

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

Shades of Solid Pink #854852

Tints of Solid Pink #854852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.57%

R = 46.34%
G = 25.09%
B = 28.57%

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

#854852 (or 0x854852) is known color: Solid Pink. HEX triplet: 85, 48 and 52. RGB value is (133,72,82). Sum of RGB (Red+Green+Blue) = 133+72+82=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #854852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854852 is #7AB7AD. Grayscale: #5B5B5B. Windows color (decimal): -8042414 or 5392517. OLE color: 5392517.

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

Color convert

RGB 133 72 82 -
CMYK 0 0.46 0.38 0.48
HSL 350.16º 0.3% 0.4% -
HSV(B) 350.16º 0.46% 0.52% -
XYZ 13.51 10.23 9.25 -
YUV 91.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 133 72 82 0 0.46 0.38 0.48 350.16 0.3 0.4
Hex 85 48 52 0 2E 26 30 15E 1E 28
Octal 205 110 122 0 56 46 60 536 36 50
Binary 10000101 1001000 1010010 0 101110 100110 110000 101011110 11110 101000

Color Harmonies of #854852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854852

Black with #854852

Text Example


Text Example

White with #854852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854852; }

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

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

background-color css

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

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

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

border-color css

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

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

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