Html Css Color HEX #854C53 Solid Pink

📋 copy color: '#854C53'

red 133 ◦ green 76 ◦ blue 83

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

Shades of Solid Pink #854C53

Tints of Solid Pink #854C53

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.03%

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

R = 45.55%
G = 26.03%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#854C53 (or 0x854C53) is known color: Solid Pink. HEX triplet: 85, 4C and 53. RGB value is (133,76,83). Sum of RGB (Red+Green+Blue) = 133+76+83=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #854C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C53 is #7AB3AC. Grayscale: #5D5D5D. Windows color (decimal): -8041389 or 5459077. OLE color: 5459077.

HSL color Cylindrical-coordinate representation of color #854C53: hue angle of 352.63º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854C53 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 83 -
CMYK 0 0.43 0.38 0.48
HSL 352.63º 0.27% 0.41% -
HSV(B) 352.63º 0.43% 0.52% -
XYZ 13.82 10.78 9.54 -
YUV 93.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 133 76 83 0 0.43 0.38 0.48 352.63 0.27 0.41
Hex 85 4C 53 0 2B 26 30 161 1B 29
Octal 205 114 123 0 53 46 60 541 33 51
Binary 10000101 1001100 1010011 0 101011 100110 110000 101100001 11011 101001

Color Harmonies of #854C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C53

Black with #854C53

Text Example


Text Example

White with #854C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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