Html Css Color HEX #863F47 Solid Pink

📋 copy color: '#863F47'

red 134 ◦ green 63 ◦ blue 71

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

Shades of Solid Pink #863F47

Tints of Solid Pink #863F47

RGB

 RED value IS 134 (52.73% from 255) = 50%

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

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

R = 50%
G = 23.51%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#863F47 (or 0x863F47) is known color: Solid Pink. HEX triplet: 86, 3F and 47. RGB value is (134,63,71). Sum of RGB (Red+Green+Blue) = 134+63+71=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #863F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F47 is #79C0B8. Grayscale: #555555. Windows color (decimal): -7979193 or 4669318. OLE color: 4669318.

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

Color convert

RGB 134 63 71 -
CMYK 0 0.53 0.47 0.47
HSL 353.24º 0.36% 0.39% -
HSV(B) 353.24º 0.53% 0.53% -
XYZ 12.75 9.08 7.04 -
YUV 85.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 134 63 71 0 0.53 0.47 0.47 353.24 0.36 0.39
Hex 86 3F 47 0 35 2F 2F 161 24 27
Octal 206 77 107 0 65 57 57 541 44 47
Binary 10000110 111111 1000111 0 110101 101111 101111 101100001 100100 100111

Color Harmonies of #863F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F47

Black with #863F47

Text Example


Text Example

White with #863F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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