Html Css Color HEX #853F47 Solid Pink

📋 copy color: '#853F47'

red 133 ◦ green 63 ◦ blue 71

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

Shades of Solid Pink #853F47

Tints of Solid Pink #853F47

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 49.81%
G = 23.6%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#853F47 (or 0x853F47) is known color: Solid Pink. HEX triplet: 85, 3F and 47. RGB value is (133,63,71). Sum of RGB (Red+Green+Blue) = 133+63+71=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #853F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F47 is #7AC0B8. Grayscale: #545454. Windows color (decimal): -8044729 or 4669317. OLE color: 4669317.

HSL color Cylindrical-coordinate representation of color #853F47: hue angle of 353.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F47 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 71 -
CMYK 0 0.53 0.47 0.48
HSL 353.14º 0.36% 0.38% -
HSV(B) 353.14º 0.53% 0.52% -
XYZ 12.59 9 7.03 -
YUV 84.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 133 63 71 0 0.53 0.47 0.48 353.14 0.36 0.38
Hex 85 3F 47 0 35 2F 30 161 24 26
Octal 205 77 107 0 65 57 60 541 44 46
Binary 10000101 111111 1000111 0 110101 101111 110000 101100001 100100 100110

Color Harmonies of #853F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F47

Black with #853F47

Text Example


Text Example

White with #853F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853F47; }

 p { color: rgb(133,63,71); }

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

background-color css

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

 a { background-color: rgb(133,63,71); }

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

border-color css

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

 span { border-color: rgb(133,63,71); }

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